Skip to content

Commit

Permalink
lib: removed unused error code
Browse files Browse the repository at this point in the history
  • Loading branch information
yashLadha committed Mar 25, 2020
1 parent 9e3eddc commit 0d07b6f
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 0d07b6f

Please sign in to comment.