mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-15 14:01:25 +00:00
Add more context to a wasm-bindgen-test-runner error
Minor cleanup I found during #1002
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user