localsignal: fix no compiled ast warning returning early

This commit is contained in:
Byson94
2026-01-01 12:49:39 +05:30
parent 47f93e9cab
commit c41a495ee0

View File

@@ -186,6 +186,7 @@ pub fn handle_localsignal_changes(
Some(rc) => rc.borrow(),
None => {
log::warn!("No compiled AST available");
signal.data.set_value(&current);
return;
}
};