A restart that stopped at the quit has not restarted anything

This commit is contained in:
Joseph Ferano 2026-09-11 20:29:48 +07:00
parent f925a79475
commit 61ca469a7c

View File

@ -519,7 +519,9 @@ whole cost and the reason this is a separate command rather than something
The old daemon is waited for before the new one starts, because it unlinks
the socket on its way out and would otherwise unlink the one its successor
had just bound."
had just bound. If it will not close and has to be killed, this stops there
rather than starting a second program on top of one that may still be
running `flan-dev' then starts it again, on the same program."
(interactive)
(unless (process-live-p flan-dev--daemon)
(user-error "flan dev: no daemon started from Emacs to restart"))