mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
💄
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user