summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2022-09-17 15:34:43 +0530
committerGitHub <noreply@github.com>2022-09-17 15:34:43 +0530
commit6154188786108b253e8c775f728783e9ffa5293f (patch)
treec39fd66203fe839d67dbd34309c5045abf1ce1ed /cli/tests
parente7934432ced9674d23d31a4b6973398bd8c8d090 (diff)
perf(ext/console): avoid `wrapConsole` when not inspecting (#15931)
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/testdata/event_listener_error_immediate_exit.ts.out1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/event_listener_error_immediate_exit.ts.out b/cli/tests/testdata/event_listener_error_immediate_exit.ts.out
index 8f03f71b8..1fb3ce76a 100644
--- a/cli/tests/testdata/event_listener_error_immediate_exit.ts.out
+++ b/cli/tests/testdata/event_listener_error_immediate_exit.ts.out
@@ -1,4 +1,5 @@
1
+queueMicrotask
error: Uncaught Error: bar
throw new Error("bar");
^