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 d8bbe2b commit 8c92dd7Copy full SHA for 8c92dd7
crates/e2e/src/node_proc.rs
@@ -202,6 +202,7 @@ fn find_substrate_port_from_output(r: impl Read + Send + 'static) -> u16 {
202
.find_map(|line| {
203
let line =
204
line.expect("failed to obtain next line from stdout for port discovery");
205
+ eprintln!("line: {}", line);
206
207
// does the line contain our port (we expect this specific output from
208
// substrate).
0 commit comments