1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 14:51:04 +02:00

fix(cli): using zero exit code for error responses

This commit is contained in:
Jake Stanger 2024-05-18 17:01:36 +01:00
parent a33e0a241a
commit 8dda49477b
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
2 changed files with 10 additions and 1 deletions

View file

@ -2,6 +2,7 @@
pub enum ExitCode {
GtkDisplay = 1,
CreateBars = 2,
IpcResponseError = 3,
}
pub const ERR_MUTEX_LOCK: &str = "Failed to get lock on Mutex";