mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 22:31:03 +02:00
parent
7c7b6c7323
commit
1d29d61628
1 changed files with 4 additions and 1 deletions
|
@ -102,7 +102,10 @@ fn run_with_args() {
|
||||||
|
|
||||||
cli::handle_response(res, args.format.unwrap_or_default());
|
cli::handle_response(res, args.format.unwrap_or_default());
|
||||||
}
|
}
|
||||||
Err(err) => error!("{err:?}"),
|
Err(err) => {
|
||||||
|
error!("{err:#}");
|
||||||
|
exit(ExitCode::IpcResponseError as i32)
|
||||||
|
}
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue