mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
💄
This commit is contained in:
@@ -58,10 +58,9 @@ class Config
|
||||
|
||||
requireUserInitScript: ->
|
||||
try
|
||||
console.log @userInitScriptPath
|
||||
require userInitScriptPath if fs.exists(userInitScriptPath)
|
||||
catch error
|
||||
console.error "Failed to load `#{@userInitScriptPath}`", error.stack, error
|
||||
console.error "Failed to load `#{userInitScriptPath}`", error.stack, error
|
||||
|
||||
valueAtKeyPath: (keyPath) ->
|
||||
value = this
|
||||
|
||||
Reference in New Issue
Block a user