We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9b525 commit 8fb2402Copy full SHA for 8fb2402
crates/base/src/deno_runtime.rs
@@ -442,7 +442,7 @@ impl DenoRuntime {
442
cx,
443
PollEventLoopOptions {
444
wait_for_inspector: false,
445
- pump_v8_message_loop: false,
+ pump_v8_message_loop: true,
446
},
447
);
448
@@ -611,7 +611,7 @@ mod test {
611
.js_runtime
612
.run_event_loop(PollEventLoopOptions {
613
614
615
})
616
.await;
617
@@ -672,7 +672,7 @@ mod test {
672
673
674
675
676
677
678
0 commit comments