Skip to content

Commit

Permalink
Update src/bin/wasmer.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Syrus Akbary <[email protected]>
  • Loading branch information
pventuzelo and syrusakbary authored Sep 3, 2019
1 parent 6701241 commit cdba7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/wasmer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cdba7e5

Please sign in to comment.