From 665a7818c9b6a5581171b8c9aa930e51de51c850 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Thu, 28 Feb 2019 15:12:17 +0200 Subject: [PATCH] Make sure editor path is set --- core/src/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main.js b/core/src/main.js index 6a6eab7d..58cbfa66 100644 --- a/core/src/main.js +++ b/core/src/main.js @@ -309,6 +309,7 @@ export class BetterDiscord { this.config.addPath('userdata', userdata); this.config.addPath('userfiles', userfiles); this.config.addPath('snippets', snippets); + if (!this.config.getPath('editor')) this.config.addPath('editor', path.resolve(base, 'editor')); } /**