Guard against no LOCALAPPDATA env var
Esse commit está contido em:
@@ -81,7 +81,7 @@ setupAtomHome = ->
|
|||||||
# in a non-default location. This enables an easy portable version.
|
# in a non-default location. This enables an easy portable version.
|
||||||
if process.platform is 'win32'
|
if process.platform is 'win32'
|
||||||
SquirrelUpdate = require './squirrel-update'
|
SquirrelUpdate = require './squirrel-update'
|
||||||
if SquirrelUpdate.existsSync()
|
if SquirrelUpdate.existsSync() and process.env.LOCALAPPDATA
|
||||||
atomPath = path.join(process.env.LOCALAPPDATA, 'atom').toLowerCase()
|
atomPath = path.join(process.env.LOCALAPPDATA, 'atom').toLowerCase()
|
||||||
if __dirname.toLowerCase().indexOf(atomPath) isnt 0
|
if __dirname.toLowerCase().indexOf(atomPath) isnt 0
|
||||||
rootAtomFolder = path.resolve(process.execPath, '..', '..')
|
rootAtomFolder = path.resolve(process.execPath, '..', '..')
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário