Make sure editor path is set

This commit is contained in:
Jiiks 2019-02-28 15:12:17 +02:00
parent d75b907ae4
commit 665a7818c9
1 changed files with 1 additions and 0 deletions

View File

@ -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'));
}
/**