diff options
author | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2025-03-14 09:55:47 +0700 |
---|---|---|
committer | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2025-03-14 09:55:47 +0700 |
commit | 3390e88aa0f1ec785b883663c2159ededab45c3c (patch) | |
tree | 7b73332b9dd60de7718bfaa1e9e339123181cd90 | |
parent | e43882c00df8ceaeb2498e13886e5533e605aaa8 (diff) |
die msg
-rw-r--r-- | src/utilities.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utilities.rs b/src/utilities.rs index d408b7e..54f1292 100644 --- a/src/utilities.rs +++ b/src/utilities.rs @@ -3,6 +3,6 @@ use std::collections::HashMap; pub type ConfigHashMap = HashMap<String, HashMap<String, Option<String>>>; pub fn die(message: &str) { - println!("Hello, world!"); + println!("{}", message); std::process::exit(1); }
\ No newline at end of file |