mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
Co-authored-by: Georgijs Vilums <=> Co-authored-by: gvilums <gvilums@users.noreply.github.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
process.on("uncaughtException", err => {
|
|
throw new Error("bar");
|
|
});
|
|
|
|
throw new Error("foo");
|