Skip to content

Commit

Permalink
Allow direct access to call_result
Browse files Browse the repository at this point in the history
  • Loading branch information
voltrevo committed Jul 19, 2024
1 parent c7a57da commit 29c028e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valuescript_vm/src/first_stack_frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use super::vs_value::Val;

#[derive(Clone)]
pub struct FirstStackFrame {
call_result: CallResult,
pub call_result: CallResult,
}

impl FirstStackFrame {
Expand Down

0 comments on commit 29c028e

Please sign in to comment.