mirror of
https://github.com/atom/atom.git
synced 2026-02-12 07:35:14 -05:00
Remove unused forceAddToWindow
This commit is contained in:
@@ -972,7 +972,6 @@ class AtomApplication extends EventEmitter {
|
||||
|
||||
const locationsToOpen = await Promise.all(
|
||||
pathsToOpen.map(pathToOpen => this.parsePathToOpen(pathToOpen, executedFrom, {
|
||||
forceAddToWindow: addToLastWindow,
|
||||
hasWaitSession: pidToKillWhenClosed != null
|
||||
}))
|
||||
)
|
||||
@@ -984,7 +983,6 @@ class AtomApplication extends EventEmitter {
|
||||
initialColumn: null,
|
||||
exists: true,
|
||||
isDirectory: true,
|
||||
forceAddToWindow: addToLastWindow,
|
||||
hasWaitSession: pidToKillWhenClosed != null
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user