Use ATOM_HOME when setting configDirPath
Esse commit está contido em:
+1
-1
@@ -109,7 +109,7 @@ class Atom extends Model
|
|||||||
#
|
#
|
||||||
# Returns the absolute path to ~/.atom
|
# Returns the absolute path to ~/.atom
|
||||||
@getConfigDirPath: ->
|
@getConfigDirPath: ->
|
||||||
@configDirPath ?= fs.absolute('~/.atom')
|
@configDirPath ?= process.env.ATOM_HOME
|
||||||
|
|
||||||
# Get the path to Atom's storage directory.
|
# Get the path to Atom's storage directory.
|
||||||
#
|
#
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário