Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Mar 12, 2024
1 parent 4f0d25b commit 108aa6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion runtime/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,9 @@ impl MainWorker {
}

// Register message listener
js_runtime.v8_isolate().add_message_listener(message_handler);
js_runtime
.v8_isolate()
.add_message_listener(message_handler);

if let Some(server) = options.maybe_inspector_server.clone() {
server.register_inspector(
Expand Down

0 comments on commit 108aa6a

Please sign in to comment.