mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fix resourcePath in main.coffee
This commit is contained in:
committed by
Kevin Sawicki
parent
1538afee05
commit
d7836f6082
@@ -112,6 +112,6 @@ parseCommandLine = ->
|
||||
fs.statSync resourcePath
|
||||
catch e
|
||||
devMode = false
|
||||
resourcePath = path.dirname(__dirname)
|
||||
resourcePath = path.dirname(path.dirname(__dirname))
|
||||
|
||||
{resourcePath, pathsToOpen, executedFrom, test, version, pidToKillWhenClosed, devMode, newWindow, specDirectory}
|
||||
|
||||
Reference in New Issue
Block a user