Fix Unreachable code. [Error/no-unreachable] ESLint error
This commit is contained in:
parent
8e7c6b45b8
commit
46d67ae88a
|
@ -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');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue