| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 01618c6 commit a4420d3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -164,7 +164,7 @@ port.on('message', (message) => { | |||
| 164 | 164 | process.stdin.push(null); | |
| 165 | 165 | ||
| 166 | 166 | debug(`[${threadId}] starts worker script ${filename} ` + | |
| 167 | - `(eval = ${eval}) at cwd = ${process.cwd()}`); | ||
| 167 | + `(eval = ${doEval}) at cwd = ${process.cwd()}`); | ||
| 168 | 168 | port.postMessage({ type: UP_AND_RUNNING }); | |
| 169 | 169 | if (doEval === 'classic') { | |
| 170 | 170 | const { evalScript } = require('internal/process/execution'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments