Add missing l to global

Esse commit está contido em:
Kevin Sawicki
2014-06-04 09:52:20 -07:00
commit c1ebbf36be
+1 -1
Ver Arquivo
@@ -56,7 +56,7 @@ start = ->
global.devResourcePath = process.env.ATOM_DEV_RESOURCE_PATH ? path.join(app.getHomeDir(), 'github', 'atom')
# Normalize to make sure drive letter case is consistent on Windows
globa.devResourcePath = path.normalize(global.devResourcePath) if global.devResourcePath
global.devResourcePath = path.normalize(global.devResourcePath) if global.devResourcePath
setupCrashReporter = ->
crashReporter.start(productName: 'Atom', companyName: 'GitHub')