We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281d7f7 commit 032c64fCopy full SHA for 032c64f
lib/internal/worker.js
@@ -215,7 +215,7 @@ class Worker extends EventEmitter {
215
this[kDispose]();
216
if (customErr) {
217
debug(`[${threadId}] failing with custom error ${customErr} \
218
- and with reason {customErrReason}`);
+ and with reason ${customErrReason}`);
219
this.emit('error', new errorCodes[customErr](customErrReason));
220
}
221
this.emit('exit', code);
0 commit comments