Skip to content

Commit 0d07b6f

Browse files
committed
lib: removed unused error code
1 parent 9e3eddc commit 0d07b6f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/internal/worker.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ const {
2525
ERR_WORKER_UNSUPPORTED_EXTENSION,
2626
ERR_WORKER_INVALID_EXEC_ARGV,
2727
ERR_INVALID_ARG_TYPE,
28-
// eslint-disable-next-line no-unused-vars
29-
ERR_WORKER_INIT_FAILED,
3028
ERR_INVALID_ARG_VALUE,
3129
} = errorCodes;
3230
const { getOptionValue } = require('internal/options');

0 commit comments

Comments
 (0)