From cdba7e55e516c2bc4601b9478aa27003c03b75c2 Mon Sep 17 00:00:00 2001 From: Patrick Ventuzelo <9038181+pventuzelo@users.noreply.github.com> Date: Tue, 3 Sep 2019 17:06:37 +0200 Subject: [PATCH] Update src/bin/wasmer.rs Co-Authored-By: Syrus Akbary --- src/bin/wasmer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/wasmer.rs b/src/bin/wasmer.rs index 4f77ec68e..5d0f849c3 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 {