branch: elpa/hyperdrive
commit 9b446772a200809ce1bb2890e3d8a400e44d3141
Author: Adam Porter <[email protected]>
Commit: Joseph Turner <[email protected]>
Comment: Add TODO
---
hyperdrive-lib.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index 74fe9c35f0..ce5955184f 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -1434,6 +1434,8 @@ Default function; see variable
`h/gateway-start-function'."
:command (cons hyper-gateway-ushin-path
(split-string-and-unquote h/gateway-command-args))
:connection-type 'pipe))
+ ;; TODO: Consider debouncing this function in case the user were to run it
+ ;; twice in close succession.
(h/message "Starting gateway...")))
(defun h//gateway-after-start-announce ()