Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Make the logic around
last_count
working
Did 2 changes here: First is the important one where I removed `&& [[ $last_count -ge 0 ]]` as that was blocking changing last_count, because it was initialized to -1. Now it should work as expected. Second I made sure warning is printed if we fail to obtain current count value.
- Loading branch information