Split at dist path.
parent
9a3b600666
commit
f6d7939b9e
|
@ -91,7 +91,7 @@ export const findEtherpadRoot = () => {
|
||||||
*
|
*
|
||||||
* <BASE_DIR>\src
|
* <BASE_DIR>\src
|
||||||
*/
|
*/
|
||||||
let maybeEtherpadRoot = popIfEndsWith(splitFoundRoot, ['src']);
|
let maybeEtherpadRoot = popIfEndsWith(splitFoundRoot, ['dist']);
|
||||||
|
|
||||||
if ((maybeEtherpadRoot === false) && (process.platform === 'win32')) {
|
if ((maybeEtherpadRoot === false) && (process.platform === 'win32')) {
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue