mirror of
https://github.com/atom/atom.git
synced 2026-02-10 22:55:09 -05:00
🎨
This commit is contained in:
@@ -334,9 +334,9 @@ class Config
|
||||
constructor: ({@configDirPath, @resourcePath, @notificationManager}={}) ->
|
||||
@configFilePath = fs.resolve(@configDirPath, 'config', ['json', 'cson'])
|
||||
@configFilePath ?= path.join(@configDirPath, 'config.cson')
|
||||
@reset()
|
||||
@clear()
|
||||
|
||||
reset: ->
|
||||
clear: ->
|
||||
@emitter = new Emitter
|
||||
@schema =
|
||||
type: 'object'
|
||||
|
||||
Reference in New Issue
Block a user