Update src/bin/wasmer.rs

Co-Authored-By: Syrus Akbary <me@syrusakbary.com>
This commit is contained in:
Patrick Ventuzelo 2019-09-03 17:06:37 +02:00 committed by GitHub
parent 6701241267
commit cdba7e55e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {