localsignal: fix no compiled ast warning returning early
This commit is contained in:
@@ -186,6 +186,7 @@ pub fn handle_localsignal_changes(
|
||||
Some(rc) => rc.borrow(),
|
||||
None => {
|
||||
log::warn!("No compiled AST available");
|
||||
signal.data.set_value(¤t);
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user