diff --git a/lib/model/remote-edit-editor.coffee b/lib/model/remote-edit-editor.coffee index 9eac971..e04ae06 100644 --- a/lib/model/remote-edit-editor.coffee +++ b/lib/model/remote-edit-editor.coffee @@ -1,5 +1,5 @@ path = require 'path' -resourcePath = atom.config.resourcePath +resourcePath = atom.getLoadSettings().resourcePath try Editor = require path.resolve resourcePath, 'src', 'editor' catch e