mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-13 00:22:52 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user