Re-sync with internal repository #1202

Merged
facebook-github-bot merged 2 commits from fixup-T140978511-main into main 2022-12-29 13:25:13 -08:00
2 changed files with 0 additions and 14 deletions
Showing only changes of commit 215b005f49 - Show all commits

View File

@@ -108,7 +108,7 @@ function emcmakeGenerateTask() {
"build",
...(ninja ? ["-G", "Ninja"] : []),
];
logger.info(["encmake", ...args].join(" "));
logger.info(["emcmake", ...args].join(" "));
return spawn(emcmake, args);
};