From e65f8736b3f1fd800ddf43da676097fe749a57d0 Mon Sep 17 00:00:00 2001 From: DiversenSato Date: Tue, 16 Dec 2025 17:41:45 +0100 Subject: [PATCH] fix(build.js): correct undefined "not" to "note" --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index d873f12a..0895ab7b 100755 --- a/build.js +++ b/build.js @@ -250,7 +250,7 @@ function checkEmscriptenVersion() } catch (e) { console.error(e); console.error(highlight("Warning:")); - console.error("\nCould not confirm emscripten version. Set your " + note("emcc") + " path with the " + note("--emcc") +" flag, or add " + not("--skip-em-check") + " to bypass this check.\n"); + console.error("\nCould not confirm emscripten version. Set your " + note("emcc") + " path with the " + note("--emcc") +" flag, or add " + note("--skip-em-check") + " to bypass this check.\n"); } }