Skip to content

Commit

Permalink
lib: removed unused error code
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
yashLadha authored and targos committed Apr 28, 2020
1 parent 965452d commit 5b1c346
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 5b1c346

Please sign in to comment.