Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yaziciahmet committed Jan 3, 2025
1 parent 6a87ce3 commit f9d0168
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ where
let stderr_path = config.stderr_path();
let stderr_file = File::create(stderr_path).context("Failed to create stderr file")?;

println!("\n\nPATH: {citrea:?}\n\n");
Command::new(citrea)
.args(get_citrea_args(config))
.envs(config.env())
Expand Down

0 comments on commit f9d0168

Please sign in to comment.