Skip to content

Commit

Permalink
ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo authored Dec 6, 2021
1 parent 5f42417 commit 37db5f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ it('passes fork options down to worker_threads.Worker, adding the defaults', ()
// eslint-disable-next-line no-new
new Worker({
forkOptions: {
execArgv: ['--inspect', '-p'],
execPath: 'hello',
execArgv: ['--inspect', '-p']
},
maxRetries: 3,
workerData: {
Expand Down

0 comments on commit 37db5f0

Please sign in to comment.