branch: elpa/hyperdrive
commit 6c94496f1bf9b077ba1d79d5b59fcd73a171e72e
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>
Comment: Add TODO
---
hyperdrive-lib.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index 8932e892b2..d6cab71017 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -1497,6 +1497,10 @@ Or if gateway isn't ready within timeout, show an error."
(run-hooks 'h/gateway-ready-hook))
((< 10 (float-time (time-subtract nil start-time)))
;; Gateway still not responsive: show error.
+
+ ;; TODO: `h//gateway-wait-for-ready' should either be called
+ ;; from within `hyperdrive--gateway-start-default' or it
should
+ ;; have customizable error handling.
(pop-to-buffer " *hyperdrive-start*")
(h/error "Gateway failed to start (see process buffer for
errors)"))
(t (run-at-time 0.1 nil check))))))