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 13ccb23 commit 46c7534Copy full SHA for 46c7534
test/parallel/test-preload.js
@@ -76,7 +76,7 @@ childProcess.exec(
76
assert.strictEqual(stdout, 'smoosh\n');
77
}
78
);
79
-const workerSrc = `new (require('worker_threads').Worker)(${fixtureF});`;
+const workerSrc = `'new (require("worker_threads").Worker)("${fixtureF}");'`;
80
childProcess.exec(
81
`"${
82
nodeBinary
0 commit comments