mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
📝 Doc dev mode case
This commit is contained in:
@@ -331,6 +331,7 @@ class AtomApplication
|
||||
if fs.statSyncNoException(pathToOpen).isFile?()
|
||||
existingWindow = window ? @topWindow
|
||||
|
||||
# Don't reuse windows in dev mode
|
||||
existingWindow ?= @windowForPath(pathToOpen) unless devMode
|
||||
|
||||
if existingWindow?
|
||||
|
||||
Reference in New Issue
Block a user