mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Log webdriver command we execute
This commit is contained in:
parent
9063a6b701
commit
bdcfcb49b1
@ -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))?;
|
||||
|
Loading…
x
Reference in New Issue
Block a user