fix SyntaxWarning: escape backslash in SIGQUIT docstring
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
99340b0ff3
commit
73264af2be
@ -158,7 +158,7 @@ class Daemon:
|
|||||||
self._emit("idle", None, "Ready")
|
self._emit("idle", None, "Ready")
|
||||||
|
|
||||||
def _install_freeze_diagnostic(self) -> None:
|
def _install_freeze_diagnostic(self) -> None:
|
||||||
"""Register SIGQUIT (Ctrl+\ or kill -QUIT) to dump all thread stacks.
|
"""Register SIGQUIT (Ctrl+\\ or kill -QUIT) to dump all thread stacks.
|
||||||
|
|
||||||
When the system appears frozen, run:
|
When the system appears frozen, run:
|
||||||
kill -QUIT $(pgrep -f blitztext)
|
kill -QUIT $(pgrep -f blitztext)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user