diff options
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index 2a1b76a..fba574e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -180,8 +180,6 @@ fn main() { if let Some(bt) = e.backtrace() { error!("backtrace: {:?}", bt); } - - ::std::process::exit(1); }, _ => { // NOTE: we MUST have gotten here through SIGINT/SIGTERM handlers |
