Skip to content

Commit

Permalink
Log
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Jan 2, 2025
1 parent e0623b6 commit 0b48d17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/e2e/src/setup/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ async fn run<F, Fut, T>(
let _lock = NODE_MUTEX.lock();

let (node, web3) = spawn_node_with_retries(&fork, 3).await;
tracing::info!("Node started");

services::clear_database().await;
// Hack: the closure may actually be unwind unsafe; moreover, `catch_unwind`
Expand Down

0 comments on commit 0b48d17

Please sign in to comment.