branch: elpa/hyperdrive
commit e04a82fde4c72045c47e9007e8c41546d317b00e
Author: Joseph Turner <[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 029fea702e..c077f2c3bd 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -1358,6 +1358,7 @@ gateway version."
"Restart the gateway."
(interactive)
(h/message "Restarting gateway...")
+ ;; TODO: Just start the gateway if it's already stopped?
(hyperdrive-stop)
(with-timeout (5 (h/message "Timed out waiting for gateway to stop"))
(cl-loop while (h//gateway-live-p)