2022-03-11 17:07:02 -05:00
|
|
|
Check [WILDCARD]/bench/unhandled_rejection.ts
|
2023-12-05 11:26:06 -05:00
|
|
|
error: (in promise) Error: rejection
|
2022-03-11 17:07:02 -05:00
|
|
|
reject(new Error("rejection"));
|
|
|
|
^
|
|
|
|
at [WILDCARD]/bench/unhandled_rejection.ts:2:10
|
|
|
|
at new Promise (<anonymous>)
|
|
|
|
at [WILDCARD]/bench/unhandled_rejection.ts:1:1
|
2023-12-05 11:26:06 -05:00
|
|
|
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
|