We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75fe92 commit a89d279Copy full SHA for a89d279
src/node.rs
@@ -142,6 +142,7 @@ where
142
let stderr_path = config.stderr_path();
143
let stderr_file = File::create(stderr_path).context("Failed to create stderr file")?;
144
145
+ println!("\n\nPATH: {citrea:?}\n\n");
146
Command::new(citrea)
147
.args(get_citrea_args(config))
148
.envs(config.env())
0 commit comments