Skip to content

Commit bdcfcb4

Browse files
committed
Log webdriver command we execute
1 parent 9063a6b commit bdcfcb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/cli/src/bin/wasm-bindgen-test-runner/headless.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ impl<'a> BackgroundChild<'a> {
506506
cmd.stdout(Stdio::piped())
507507
.stderr(Stdio::piped())
508508
.stdin(Stdio::null());
509+
log::debug!("executing {:?}", cmd);
509510
let mut child = cmd
510511
.spawn()
511512
.context(format!("failed to spawn {:?} binary", path))?;

0 commit comments

Comments
 (0)