branch: elpa/hyperdrive
commit 4a6768dacf387c3bb817a568b249b84051686fbf
Author: Adam Porter <[email protected]>
Commit: Joseph Turner <[email protected]>

    Comment: Add TODO
---
 hyperdrive.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hyperdrive.el b/hyperdrive.el
index a33807cf35..e24e8338a5 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -1318,6 +1318,7 @@ gateway version."
         ((try ()
            (if-let ((url-and-hash (pop urls-and-hashes)))
                (pcase-let (((map :url :sha256) url-and-hash))
+                 ;; TODO: Prompt before downloading.
                  (download url sha256))
              (setf h/install-in-progress-p nil)
              (h/error "Downloading failed; no more mirrors available")))

Reply via email to