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
+1 -1
View File
@@ -28,7 +28,7 @@ reqwest = { version = "0.12", features = ["blocking"] }
serde = { version = "1", features = ["derive"] }
serde_json = { workspace = true }
serde_yaml = "0.9"
sysinfo = "0.30"
sysinfo = { workspace = true }
thiserror = "1"
uds_windows = "1"
which = "6"