summaryrefslogtreecommitdiff
path: root/native/MacLauncher/Launcher.m
diff options
context:
space:
mode:
Diffstat (limited to 'native/MacLauncher/Launcher.m')
-rw-r--r--native/MacLauncher/Launcher.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/native/MacLauncher/Launcher.m b/native/MacLauncher/Launcher.m
index 630cf741fdab..7e899f9da040 100644
--- a/native/MacLauncher/Launcher.m
+++ b/native/MacLauncher/Launcher.m
@@ -326,8 +326,8 @@ NSDictionary *parseProperties() {
NSLog(@"Cannot chdir to working directory at %@", cwd);
}
} else {
- NSLog(@"Info.plist is corrupted, Absent WorkingDirectory key.");
- exit(-1);
+ NSString *dir = [[NSFileManager defaultManager] currentDirectoryPath];
+ NSLog(@"WorkingDirectory is absent in Info.plist. Current Directory: %@", dir);
}
}