mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-31 01:11:06 +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,
|
&tmpdir,
|
||||||
&args.collect::<Vec<_>>(),
|
&args.collect::<Vec<_>>(),
|
||||||
&tests,
|
&tests,
|
||||||
)?;
|
).context("failed to spawn server")?;
|
||||||
let addr = srv.server_addr();
|
let addr = srv.server_addr();
|
||||||
|
|
||||||
// TODO: eventually we should provide the ability to exit at some point
|
// TODO: eventually we should provide the ability to exit at some point
|
||||||
|
Loading…
x
Reference in New Issue
Block a user