We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a55f8 commit 7cca275Copy full SHA for 7cca275
crates/cli/src/bin/wasm-bindgen-test-runner/headless.rs
@@ -34,7 +34,6 @@ pub fn run(server: &SocketAddr, shell: &Shell) -> Result<(), Error> {
34
35
// Spawn the driver binary, collecting its stdout/stderr in separate
36
// threads. We'll print this output later.
37
- shell.status("Spawning Geckodriver...");
38
let mut cmd = Command::new(driver.path());
39
cmd.args(&args)
40
.arg(format!("--port={}", driver_addr.port().to_string()));
0 commit comments