blacknon / hwatch

A modern alternative to the watch command, records the differences in execution results and can check this differences at after.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Got panic

nkh opened this issue · comments

screenshot_2023-07-25_18-29-04

crashed multiple time but of course not when I was trying to get it to crash so I only got a screenshot.

I'm running this command: hwatch -n 0.05 -d -N -t shuf -i1-10 -n5

I press d, to get a diff

sometimes it crashes on itself other when quitting

Just ran into this as well. Happened when I was pressing 0/1/2/3 to switch between diff modes.

Thank you for information.
I will check on my end.

let after_diffs = &diffs[i + 1];

It's probably fixed.
Thank you for raising the issue!