mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
open nil, not an empty path
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
|
||||
- (void)applicationWillFinishLaunching:(NSNotification *)notification {
|
||||
_backgroundWindowController = [[AtomWindowController alloc] initInBackground];
|
||||
[self open:@""];
|
||||
[self open:nil];
|
||||
}
|
||||
|
||||
- (void)applicationWillTerminate:(NSNotification *)notification {
|
||||
|
||||
Reference in New Issue
Block a user