Skip to content

Commit 5740a70

Browse files
yashLadhaaddaleax
authored andcommitted
lib: removed unused error code
PR-URL: #32481 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent cad768e commit 5740a70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/internal/worker.js

-2
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)