We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c66c81 commit 00f76dfCopy full SHA for 00f76df
src/main.rs
@@ -150,9 +150,7 @@ fn main() {
150
151
init_localizer();
152
153
- ctrlc::set_handler(single_handler).expect(
154
- "Oma could not initialize SIGINT handler. Please restart your installation environment.",
155
- );
+ ctrlc::set_handler(single_handler).expect("oma could not initialize SIGINT handler.");
156
157
let oma = OhManagerAilurus::parse();
158
0 commit comments