more debug output
This commit is contained in:
parent
4d40500693
commit
1c5fff49b5
2 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue