We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3843e3 commit a508190Copy full SHA for a508190
src/compiler.mjs
@@ -37,7 +37,7 @@ export const symbolsOnly = values['symbols-only'];
37
38
// TODO(sbc): Remove EMCC_BUILD_DIR at some point. It used to be required
39
// back when ran the JS compiler with overridden CWD.
40
-process.env['EMCC_BUILD_DIR'] = process.cwd()
+process.env['EMCC_BUILD_DIR'] = process.cwd();
41
42
// In case compiler.mjs is run directly (as in gen_sig_info)
43
// ALL_INCOMING_MODULE_JS_API might not be populated yet.
0 commit comments