mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 00:00:49 +00:00
Update src/bin/wasmer.rs
Co-Authored-By: Syrus Akbary <me@syrusakbary.com>
This commit is contained in:
parent
6701241267
commit
cdba7e55e5
@ -644,7 +644,7 @@ fn execute_wasm(options: &Run) -> Result<(), String> {
|
||||
#[cfg(not(feature = "wasi"))]
|
||||
RuntimeError::Error { .. } => (),
|
||||
}
|
||||
return Err(format!("error: {:?}", err))
|
||||
return Err(format!("error: {:?}", err));
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user