Skip to content

Commit a508190

Browse files
committed
Add semicolon missing from #23519. NFC
1 parent c3843e3 commit a508190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const symbolsOnly = values['symbols-only'];
3737

3838
// TODO(sbc): Remove EMCC_BUILD_DIR at some point. It used to be required
3939
// back when ran the JS compiler with overridden CWD.
40-
process.env['EMCC_BUILD_DIR'] = process.cwd()
40+
process.env['EMCC_BUILD_DIR'] = process.cwd();
4141

4242
// In case compiler.mjs is run directly (as in gen_sig_info)
4343
// ALL_INCOMING_MODULE_JS_API might not be populated yet.

0 commit comments

Comments
 (0)