Commit 06c7183
committed
fix(CLI-BH): include trace logs missing timestamp_precise in follow mode
Logs without timestamp_precise were silently dropped in follow mode
because the fallback `?? 0` always evaluates to `0 > lastTs` = false.
Use explicit undefined check to always include such logs instead.1 parent 3768252 commit 06c7183
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
469 | 473 | | |
470 | 474 | | |
471 | 475 | | |
| |||
0 commit comments