diff --git a/crates/cli/src/bin/wasm-bindgen-test-runner/main.rs b/crates/cli/src/bin/wasm-bindgen-test-runner/main.rs index 522f6310..4f5c57da 100644 --- a/crates/cli/src/bin/wasm-bindgen-test-runner/main.rs +++ b/crates/cli/src/bin/wasm-bindgen-test-runner/main.rs @@ -155,7 +155,7 @@ fn rmain() -> Result<(), Error> { &tmpdir, &args.collect::>(), &tests, - )?; + ).context("failed to spawn server")?; let addr = srv.server_addr(); // TODO: eventually we should provide the ability to exit at some point