Skip to content

Commit

Permalink
Add semicolon missing from #23519. NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 committed Jan 29, 2025
1 parent c3843e3 commit a508190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const symbolsOnly = values['symbols-only'];

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

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

0 comments on commit a508190

Please sign in to comment.