Skip to content

Commit 00f76df

Browse files
authored
feat: improve ctrlc handler expect message (#533)
1 parent 1c66c81 commit 00f76df

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,7 @@ fn main() {
150150

151151
init_localizer();
152152

153-
ctrlc::set_handler(single_handler).expect(
154-
"Oma could not initialize SIGINT handler. Please restart your installation environment.",
155-
);
153+
ctrlc::set_handler(single_handler).expect("oma could not initialize SIGINT handler.");
156154

157155
let oma = OhManagerAilurus::parse();
158156

0 commit comments

Comments
 (0)