mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
4a9f429501
Extracting some refactorings for the module work that will land in https://github.com/denoland/deno_core/pull/359/
11 lines
482 B
Text
11 lines
482 B
Text
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
|