A restart that stopped at the quit has not restarted anything
This commit is contained in:
parent
f925a79475
commit
61ca469a7c
@ -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 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
|
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)
|
(interactive)
|
||||||
(unless (process-live-p flan-dev--daemon)
|
(unless (process-live-p flan-dev--daemon)
|
||||||
(user-error "flan dev: no daemon started from Emacs to restart"))
|
(user-error "flan dev: no daemon started from Emacs to restart"))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user