mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
b28f9445aa
General cleanup of module loading code, tried to reduce indentation in various methods on "JsRuntime" to improve readability. Added "JsRuntime::handle_scope" helper function, which returns a "v8::HandleScope". This was done to reduce a code pattern that happens all over the "deno_core". Additionally if event loop hangs during loading of dynamic modules a list of currently pending dynamic imports is printed.
9 lines
290 B
Text
9 lines
290 B
Text
timeout loop 0
|
|
timeout loop 1
|
|
timeout loop 2
|
|
timeout loop 3
|
|
timeout loop 4
|
|
timeout loop 5
|
|
error: Dynamically imported module evaluation is still pending but there are no pending ops. This situation is often caused by unresolved promise.
|
|
Pending dynamic modules:
|
|
- [WILDCARD]tests/tla3/b.js
|