diff --git a/src/bin/wasmer.rs b/src/bin/wasmer.rs index 4f77ec68ec4..5d0f849c369 100644 --- a/src/bin/wasmer.rs +++ b/src/bin/wasmer.rs @@ -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 {