diff --git a/src/run.rs b/src/run.rs index 764440e..549a8fe 100644 --- a/src/run.rs +++ b/src/run.rs @@ -11,7 +11,8 @@ pub fn run() -> Result<(), i32> { .filter("JUST_LOG") .write_style("JUST_LOG_STYLE"), ) - .init(); + .try_init() + .ok(); let app = Config::app();