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
fix: lookup snap in store and bail early if not exists in SnapInfo (#34)
This is a simple fix that ensures that non-existent snaps don't get
repeatedly looked up with the retry mechanism used to establish more
detailed Snap information.
The primary motivation for this is failing fast rather than keeping
the user waiting if they specify a non-existent snap.
0 commit comments