Skip to content

Commit

Permalink
Log webdriver command we execute
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Mar 5, 2019
1 parent 9063a6b commit bdcfcb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/cli/src/bin/wasm-bindgen-test-runner/headless.rs
Expand Up @@ -506,6 +506,7 @@ impl<'a> BackgroundChild<'a> {
cmd.stdout(Stdio::piped())
.stderr(Stdio::piped())
.stdin(Stdio::null());
log::debug!("executing {:?}", cmd);
let mut child = cmd
.spawn()
.context(format!("failed to spawn {:?} binary", path))?;
Expand Down

0 comments on commit bdcfcb4

Please sign in to comment.