Merge pull request #21405 from adityahase/fix-esbuild-failure-node-14
This commit is contained in:
commit
826ee3e73d
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue