Merge pull request #21405 from adityahase/fix-esbuild-failure-node-14

This commit is contained in:
Suraj Shetty 2023-06-16 12:57:46 +05:30 committed by GitHub
commit 826ee3e73d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@ execute()
.then(() => RUN_BUILD_COMMAND && run_build_command_for_apps(APPS))
.catch((e) => {
console.error(e);
throw e;
process.exit(1);
});
if (WATCH_MODE) {