Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Poytr1 committed Sep 14, 2023
1 parent 37cfe17 commit ad4d64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/move/move-vm/runtime/src/interpreter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ impl Interpreter {
inputs: args_1,
outputs: vec![],
type_args: current_frame.ty_args.clone(),
}).map_err(|e| {
}).map_err(|_e| {
let err = PartialVMError::new(StatusCode::ABORTED);
let err = set_err_info!(current_frame, err);
self.maybe_core_dump(err, &current_frame)
Expand Down

0 comments on commit ad4d64d

Please sign in to comment.