Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jun 10, 2023
1 parent 9aa1c77 commit aa85d0f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ async fn run_browser(addr: SocketAddr, project_dir: &Path) -> Result<JsResult> {
.await;
}

println!("finished navigation to http://{addr}");
let mut errors_next = errors.next();
let mut bindings_next = binding_events.next();
let mut console_next = console_events.next();
Expand Down

0 comments on commit aa85d0f

Please sign in to comment.