Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jun 9, 2023
1 parent ed917d1 commit 19a0335
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 19a0335

Please sign in to comment.