mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
📝 a/an
This commit is contained in:
@@ -330,7 +330,7 @@ class AtomApplication extends EventEmitter {
|
||||
} else if (urlsToOpen.length > 0) {
|
||||
return urlsToOpen.map(urlToOpen => this.openUrl({urlToOpen, devMode, safeMode, env}))
|
||||
} else {
|
||||
// Always open a editor window if this is the first instance of Atom.
|
||||
// Always open an editor window if this is the first instance of Atom.
|
||||
return this.openPath({
|
||||
pidToKillWhenClosed,
|
||||
newWindow,
|
||||
|
||||
Reference in New Issue
Block a user