From 9b26d4b4d59b7f12026aff5f1fec34c600299741 Mon Sep 17 00:00:00 2001 From: Keith Simmons Date: Tue, 19 Jan 2021 23:31:45 -0800 Subject: [PATCH] add back mac os exit when running from bundle --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 4d07612..9e589b4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -127,6 +127,7 @@ fn main() { .arg("--disowned") .spawn() .is_ok()); + return; } else { eprintln!("error in disowning process, cannot obtain the path for the current executable, continuing without disowning..."); }