branch: elpa/hyperdrive
commit 3c5ebdcc66981251690bf95e9ca5215d84ff4e22
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 14e016c964..7ccd14aa85 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -115,6 +115,7 @@ Gateway must be running."
   (interactive)
   (condition-case err
       (let ((url (format "http://localhost:%d/"; h/hyper-gateway-ushin-port)))
+        ;; TODO: Make this also return the version.
         (h/message "hyper-gateway-ushin version %s"
                    (alist-get 'version (plz 'get url :as #'json-read))))
     (plz-error (h/api-default-else nil (caddr err)))))

Reply via email to