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
if there is zero or one session file then the default target index of 1 (not 0) will cause the targets list to be indexed out-of-bounds, causing a panic
The text was updated successfully, but these errors were encountered:
if there is zero or one session file then the default target index of
1
(not0
) will cause thetargets
list to be indexed out-of-bounds, causing a panicThe text was updated successfully, but these errors were encountered: