fix unwrap causing panic (#5886)
updates Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -831,8 +831,7 @@ impl ExecutorContext {
|
||||
.await?;
|
||||
let (module_memory, _) = self
|
||||
.exec_module_for_items(id, exec_state, ExecutionKind::Isolated, source_range)
|
||||
.await
|
||||
.unwrap();
|
||||
.await?;
|
||||
|
||||
exec_state.mut_stack().memory.set_std(module_memory);
|
||||
}
|
||||
|
Reference in New Issue
Block a user