Normalize resource path in AtomWindow constructor

This commit is contained in:
Kevin Sawicki
2014-06-04 08:44:58 -07:00
parent 196729e6d2
commit 7c4a32fffa
2 changed files with 5 additions and 3 deletions

View File

@@ -109,9 +109,6 @@ parseCommandLine = ->
catch
resourcePath = path.dirname(path.dirname(__dirname))
# Normalize to make sure drive letter case is consistent on Windows
resourcePath = path.normalize(resourcePath) if resourcePath
{resourcePath, pathsToOpen, executedFrom, test, version, pidToKillWhenClosed, devMode, safeMode, newWindow, specDirectory, logFile}
start()