Skip to content

Commit 29c028e

Browse files
committed
Allow direct access to call_result
1 parent c7a57da commit 29c028e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

valuescript_vm/src/first_stack_frame.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use super::vs_value::Val;
55

66
#[derive(Clone)]
77
pub struct FirstStackFrame {
8-
call_result: CallResult,
8+
pub call_result: CallResult,
99
}
1010

1111
impl FirstStackFrame {

0 commit comments

Comments
 (0)