Fix Unreachable code. [Error/no-unreachable] ESLint error

This commit is contained in:
samogot 2018-01-27 16:54:07 +02:00
parent 8e7c6b45b8
commit 46d67ae88a
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class CSSEditor extends Module {
//TODO Currently uses a development path
get editorPath() {
return path.resolve(__dirname, '..', '..', '..', 'csseditor', 'dist');
return path.resolve(__dirname, '..', '..', '..', 'tests', 'csseditor');
// return path.resolve(__dirname, '..', '..', '..', 'tests', 'csseditor');
}
}