branch: elpa/hyperdrive
commit 2af26abce5dae557409e3fcfbbcc95b596d4e8c0
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>
Comment: Add FIXME
---
hyperdrive-lib.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index c131364fba..ecd9a6df65 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -1507,6 +1507,7 @@ Or if gateway isn't ready within timeout, show an error."
((start-time (current-time))
(check
(lambda ()
+ ;; FIXME: Double-check this behavior. Is the timer running multiple
times?
(cond ((and (h//gateway-live-p) (h//gateway-ready-p))
(run-hooks 'h/gateway-ready-hook))
((h//gateway-ready-p)