[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa-release/hyperdrive bbb9a13dff 4/6: Fix: (h/restart) Only s
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa-release/hyperdrive bbb9a13dff 4/6: Fix: (h/restart) Only start gateway if stop is successful |
Date: |
Tue, 10 Sep 2024 01:00:16 -0400 (EDT) |
branch: elpa-release/hyperdrive
commit bbb9a13dff873dffc38523db62331cd8fcadf99a
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>
Fix: (h/restart) Only start gateway if stop is successful
---
hyperdrive.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hyperdrive.el b/hyperdrive.el
index fca9b2ac42..b46321e061 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -143,7 +143,7 @@ which see."
(interactive)
(h/message "Restarting gateway...")
(with-demoted-errors (h/stop))
- (with-timeout (10 (h/message "Timed out waiting for gateway to stop"))
+ (with-timeout (10 (h/error "Timed out waiting for gateway to stop"))
(cl-loop while (h/gateway-live-p)
do (sleep-for 0.2)))
(h/start))
- [nongnu] elpa-release/hyperdrive updated (38d9b17dc0 -> aee81766c8), ELPA Syncer, 2024/09/10
- [nongnu] elpa-release/hyperdrive 34f7d43473 3/6: Change: (h/restart) Wait 10 seconds for the gateway to die, ELPA Syncer, 2024/09/10
- [nongnu] elpa-release/hyperdrive 544c33a3ed 2/6: Comment: Add FIXME, ELPA Syncer, 2024/09/10
- [nongnu] elpa-release/hyperdrive 2e16cabc7b 1/6: Docs: (h/open) Document "explain" option, ELPA Syncer, 2024/09/10
- [nongnu] elpa-release/hyperdrive 7c6f0b0b7c 5/6: Comment: (h/restart) Add NOTE, ELPA Syncer, 2024/09/10
- [nongnu] elpa-release/hyperdrive bbb9a13dff 4/6: Fix: (h/restart) Only start gateway if stop is successful,
ELPA Syncer <=
- [nongnu] elpa-release/hyperdrive aee81766c8 6/6: Release: v0.4.0, ELPA Syncer, 2024/09/10