mirror of
https://codeberg.org/iff/pay-respects.git
synced 2025-10-06 00:22:43 +02:00
fix: debug assertion on print entries
This commit is contained in:
@@ -61,7 +61,8 @@ pub fn get_error(shell: &str, command: &str, data: &Data) -> String {
|
||||
error_msg
|
||||
} else {
|
||||
let timeout = data.config.timeout.0;
|
||||
eprintln!("time out is: {}", timeout);
|
||||
#[cfg(debug_assertions)]
|
||||
eprintln!("timeout: {}", timeout);
|
||||
error_output_threaded(shell, command, timeout)
|
||||
};
|
||||
error
|
||||
|
Reference in New Issue
Block a user