Skip to content

Commit c41a495

Browse files
committed
localsignal: fix no compiled ast warning returning early
1 parent 47f93e9 commit c41a495

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/rhai_impl/src/updates/localsignal.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ pub fn handle_localsignal_changes(
186186
Some(rc) => rc.borrow(),
187187
None => {
188188
log::warn!("No compiled AST available");
189+
signal.data.set_value(&current);
189190
return;
190191
}
191192
};

0 commit comments

Comments
 (0)