From a50819018b1222c3ecd8368cd2c80ad5f14f07cc Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Wed, 29 Jan 2025 14:34:21 -0800 Subject: [PATCH] Add semicolon missing from #23519. NFC --- src/compiler.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler.mjs b/src/compiler.mjs index eee5711ae1ab6..1c381373e73ea 100755 --- a/src/compiler.mjs +++ b/src/compiler.mjs @@ -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.