summaryrefslogtreecommitdiff
path: root/tests/testdata/bench/unhandled_rejection.out
blob: dba6d9ed425309562f568b6db78f6983e2f64a52 (plain)
1
2
3
4
5
6
7
8
9
10
11
Check [WILDCARD]/bench/unhandled_rejection.ts
error: (in promise) Error: rejection
  reject(new Error("rejection"));
         ^
    at [WILDCARD]/bench/unhandled_rejection.ts:2:10
    at new Promise (<anonymous>)
    at [WILDCARD]/bench/unhandled_rejection.ts:1:1
This error was not caught from a benchmark and caused the bench runner to fail on the referenced module.
It most likely originated from a dangling promise, event/timeout handler or top-level code.

error: Bench failed