Skip to content

Commit a4420d3

Browse files
aduh95bengl
authored andcommitted
worker: fix typo in debug statement
PR-URL: #42011 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 01618c6 commit a4420d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/main/worker_thread.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ port.on('message', (message) => {
164164
process.stdin.push(null);
165165

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

0 commit comments

Comments
 (0)