Skip to content

Commit a89d279

Browse files
committed
Debug
1 parent f75fe92 commit a89d279

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ where
142142
let stderr_path = config.stderr_path();
143143
let stderr_file = File::create(stderr_path).context("Failed to create stderr file")?;
144144

145+
println!("\n\nPATH: {citrea:?}\n\n");
145146
Command::new(citrea)
146147
.args(get_citrea_args(config))
147148
.envs(config.env())

0 commit comments

Comments
 (0)