mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +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
108 B
JavaScript
6 lines
108 B
JavaScript
process.setUncaughtExceptionCaptureCallback(err => {
|
|
throw new Error("bar");
|
|
});
|
|
|
|
throw new Error("foo");
|