mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
9 lines
373 B
Text
9 lines
373 B
Text
error: (in promise) TypeError: Cannot read properties of undefined (reading 'fn')
|
|
Deno.bench();
|
|
^
|
|
at [WILDCARD]
|
|
at [WILDCARD]/no_check.ts:1:6
|
|
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
|