Skip to content

Commit

Permalink
lib: removed unused error code
Browse files Browse the repository at this point in the history
PR-URL: nodejs#32481
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
yashLadha authored and targos committed Apr 25, 2020
1 parent 1c30d05 commit e9c8fb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/internal/worker.js
Expand Up @@ -25,8 +25,6 @@ const {
ERR_WORKER_UNSUPPORTED_EXTENSION,
ERR_WORKER_INVALID_EXEC_ARGV,
ERR_INVALID_ARG_TYPE,
// eslint-disable-next-line no-unused-vars
ERR_WORKER_INIT_FAILED,
ERR_INVALID_ARG_VALUE,
} = errorCodes;
const { getOptionValue } = require('internal/options');
Expand Down

0 comments on commit e9c8fb3

Please sign in to comment.