From 72a765c0cc7308ed403d1cf6d274002e5b5f2244 Mon Sep 17 00:00:00 2001 From: Jarred-Sumner Date: Tue, 24 Dec 2024 23:39:58 +0000 Subject: [PATCH] `bun run zig-format` --- src/bun.js/javascript.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bun.js/javascript.zig b/src/bun.js/javascript.zig index e8d3a9471c1d32..3180223220eea6 100644 --- a/src/bun.js/javascript.zig +++ b/src/bun.js/javascript.zig @@ -4015,7 +4015,6 @@ pub const VirtualMachine = struct { try writer.print(comptime Output.prettyFmt(" {s}: ", allow_ansi_color), .{field}); - // When we're printing errors for a top-level uncaught eception / rejection, suppress further errors here. if (allow_side_effects) { if (this.global.hasException()) {