mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-15 07:40:50 +00:00
Simplified error message
This commit is contained in:
parent
e99119ace6
commit
62f76b1d5e
@ -752,7 +752,7 @@ fn run(options: Run) {
|
||||
match execute_wasm(&options) {
|
||||
Ok(()) => {}
|
||||
Err(message) => {
|
||||
eprintln!("Error while running the WebAssembly Module: {}", message);
|
||||
eprintln!("Error: {}", message);
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user