Make 'atom' command w/ no args reopen previous windows

This commit is contained in:
Max Brunsfeld
2015-05-07 11:35:16 -07:00
parent 57610518f7
commit 4300ba6bb3

View File

@@ -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']