css editor path fix

This commit is contained in:
Jiiks 2018-03-19 20:02:40 -03:00
parent 1fe233bc91
commit 83d9419131
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const _pluginPath = path.resolve(_extPath, 'plugins');
const _themePath = path.resolve(_extPath, 'themes');
const _modulePath = path.resolve(_extPath, 'modules');
const _cssEditorPath = tests
? path.resolve(__dirname, '..', '..', '..', 'csseditor', 'dist')
? path.resolve(__dirname, '..', '..', 'csseditor', 'dist')
: path.resolve(__dirname, 'csseditor');
const paths = [