Use ATOM_HOME when setting configDirPath

Esse commit está contido em:
Kevin Sawicki
2015-02-03 16:28:42 -08:00
commit 390be558e2
+1 -1
Ver Arquivo
@@ -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.
# #