Skip to content

Commit

Permalink
Add more context to a wasm-bindgen-test-runner error
Browse files Browse the repository at this point in the history
Minor cleanup I found during rustwasm#1002
  • Loading branch information
alexcrichton committed Nov 29, 2018
1 parent bbde39f commit 82bfbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/bin/wasm-bindgen-test-runner/main.rs
Expand Up @@ -155,7 +155,7 @@ fn rmain() -> Result<(), Error> {
&tmpdir,
&args.collect::<Vec<_>>(),
&tests,
)?;
).context("failed to spawn server")?;
let addr = srv.server_addr();

// TODO: eventually we should provide the ability to exit at some point
Expand Down

0 comments on commit 82bfbf9

Please sign in to comment.