Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information