We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad768e commit 5740a70Copy full SHA for 5740a70
lib/internal/worker.js
@@ -25,8 +25,6 @@ const {
25
ERR_WORKER_UNSUPPORTED_EXTENSION,
26
ERR_WORKER_INVALID_EXEC_ARGV,
27
ERR_INVALID_ARG_TYPE,
28
- // eslint-disable-next-line no-unused-vars
29
- ERR_WORKER_INIT_FAILED,
30
ERR_INVALID_ARG_VALUE,
31
} = errorCodes;
32
const { getOptionValue } = require('internal/options');
0 commit comments