mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Make 'atom' command w/ no args reopen previous windows
This commit is contained in:
@@ -133,7 +133,6 @@ parseCommandLine = ->
|
||||
safeMode = args['safe']
|
||||
apiPreviewMode = args['one']
|
||||
pathsToOpen = args._
|
||||
pathsToOpen = [executedFrom] if executedFrom and pathsToOpen.length is 0
|
||||
test = args['test']
|
||||
specDirectory = args['spec-directory']
|
||||
newWindow = args['new-window']
|
||||
|
||||
Reference in New Issue
Block a user