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 10d4813 commit f04cfe5Copy full SHA for f04cfe5
Plugins/PackageToJS/Templates/bin/test.js
@@ -52,9 +52,9 @@ const harnesses = {
52
writeFileSync(destinationPath, profraw);
53
}
54
},
55
- /* #if USE_SHARED_MEMORY */
+/* #if USE_SHARED_MEMORY */
56
spawnWorker: nodePlatform.createDefaultWorkerFactory(preludeScript)
57
- /* #endif */
+/* #endif */
58
})
59
if (preludeScript) {
60
const prelude = await import(preludeScript)
0 commit comments