more debug output

This commit is contained in:
Joeri Exelmans 2025-11-05 15:19:43 +01:00
parent 4d40500693
commit 1c5fff49b5
2 changed files with 1 additions and 0 deletions

View file

@ -95,6 +95,7 @@ pub fn eval_boolean(s: &str, js_trace: JsValue) -> JsValue {
return JsValue::from_str(format!("failed to parse expression: {}", joined).as_str());
},
};
console::debug_2(&JsValue::from_str("successfully parsed property:"), &JsValue::from_str(format!("{}", expr).as_str()));
console::debug_1(&JsValue::from_str("evaluating property..."));
// evaluate property on trace
let eval_result = match expr {