From 8611a493f9ea6e59b66b1bf923edb43330a56021 Mon Sep 17 00:00:00 2001 From: Jastria Rahmat <30673286+ijash@users.noreply.github.com> Date: Thu, 31 May 2018 21:49:04 +0700 Subject: [PATCH] fix the resourcePath i am following a method by @eth0izzle to fix this bug that reported on issue 243 --- lib/model/remote-edit-editor.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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