This commit is contained in:
probablycorey
2013-05-23 10:26:31 -07:00
parent 1b896d8b30
commit c0149100bb

View File

@@ -33,13 +33,12 @@ setupNodePath = ->
parseCommandLine = ->
args = optimist(process.argv[1..]).argv
devMode = args['dev']
executedFrom = args['executed-from'] ? process.cwd()
pathsToOpen = args._
if args['resource-path']
resourcePath = args['resource-path']
else if devMode
else if args['dev']
resourcePath = path.join(getHomeDir(), 'github/atom')
try