We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ee9c9 commit 162ca35Copy full SHA for 162ca35
1 file changed
lib/worker.ts
@@ -359,7 +359,6 @@ export abstract class Worker {
359
360
return;
361
default:
362
- console.error(e);
363
this.logger.error('Unknown error: ', e);
364
await this.sendToStash(msg);
365
}
0 commit comments