more debug output
This commit is contained in:
parent
1c5fff49b5
commit
b8092f6208
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
|
@ -107,6 +107,7 @@ pub fn eval_boolean(s: &str, js_trace: JsValue) -> JsValue {
|
||||||
match eval_result {
|
match eval_result {
|
||||||
Ok(r) => {
|
Ok(r) => {
|
||||||
r.iter().for_each(|(timestamp, satisfied), | {
|
r.iter().for_each(|(timestamp, satisfied), | {
|
||||||
|
console::debug_1(&JsValue::from_str(format!("timestamp: {}s {}ms", timestamp.as_secs(), (timestamp.as_millis() as f64)).as_str()));
|
||||||
result.push(StateBuddyEvalResultEntry{
|
result.push(StateBuddyEvalResultEntry{
|
||||||
timestamp: timestamp.as_millis() as f64,
|
timestamp: timestamp.as_millis() as f64,
|
||||||
satisfied: *satisfied,
|
satisfied: *satisfied,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue