mirror of
https://github.com/atom/atom.git
synced 2026-02-15 00:55:14 -05:00
Normalize resource path in AtomWindow constructor
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user