fix(cli): use force-quit if stop signal fails

This commit ensures that the komorebic stop command will force-quit
komorebi if the Stop SocketMessage handler fails.
This commit is contained in:
LGUG2Z
2024-04-20 13:26:09 -07:00
parent eac4c8e9b1
commit 793e81d43d
6 changed files with 39 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ dunce = "1"
dirs = "5"
color-eyre = "0.6"
serde_json = { package = "serde_json_lenient", version = "0.1" }
sysinfo = "0.30"
[workspace.dependencies.windows]
version = "0.54"