mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Add more context to a wasm-bindgen-test-runner error
Minor cleanup I found during #1002
This commit is contained in:
parent
bbde39fe66
commit
82bfbf9d20
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user