You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the --private flag, a empty entry is created at the top. It seems to be because when get_most_recent is called when the --private flag is on, an extra empty entry is created. The issue can be fixed by removing "$(get_most_recent "$bm_limit_recent")" from line 195, but that's not a long term solution.
The text was updated successfully, but these errors were encountered:
When using the
--private
flag, a empty entry is created at the top. It seems to be because whenget_most_recent
is called when the--private
flag is on, an extra empty entry is created. The issue can be fixed by removing"$(get_most_recent "$bm_limit_recent")"
from line 195, but that's not a long term solution.The text was updated successfully, but these errors were encountered: