Skip to content

Commit 2083c00

Browse files
aduh95bengl
authored andcommitted
worker: fix typo in debug statement
PR-URL: nodejs#42011 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 0f29c8f commit 2083c00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/internal/main/worker_thread.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ port.on('message', (message) => {
162162
process.stdin.push(null);
163163

164164
debug(`[${threadId}] starts worker script ${filename} ` +
165-
`(eval = ${eval}) at cwd = ${process.cwd()}`);
165+
`(eval = ${doEval}) at cwd = ${process.cwd()}`);
166166
port.postMessage({ type: UP_AND_RUNNING });
167167
if (doEval === 'classic') {
168168
const { evalScript } = require('internal/process/execution');

0 commit comments

Comments
 (0)