Skip to content

Commit

Permalink
Update runner.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
neSpecc committed Jan 31, 2025
1 parent f200a07 commit 29b8b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ class WorkerRunner {
}
}

// eslint-disable-next-line no-new
try {
// eslint-disable-next-line no-new
new WorkerRunner();
} catch (error) {
console.error('Error running worker runner', error);
Expand Down

0 comments on commit 29b8b5d

Please sign in to comment.