Skip to content

Commit

Permalink
Fix error catching in bundling for demos (#27343)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaKhD authored May 9, 2024
1 parent d6d1c77 commit 8d037e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/demos/utils/bundle/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ const build = async (framework) => {
await builder.bundle(packages, bundlePath, bundleOpts);
} catch (err) {
console.error(`Build ${framework} error `, err);
process.exit(err);
}
};

Expand Down

0 comments on commit 8d037e1

Please sign in to comment.