mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
Split at dist path.
This commit is contained in:
parent
9a3b600666
commit
f6d7939b9e
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ export const findEtherpadRoot = () => {
|
|||
*
|
||||
* <BASE_DIR>\src
|
||||
*/
|
||||
let maybeEtherpadRoot = popIfEndsWith(splitFoundRoot, ['src']);
|
||||
let maybeEtherpadRoot = popIfEndsWith(splitFoundRoot, ['dist']);
|
||||
|
||||
if ((maybeEtherpadRoot === false) && (process.platform === 'win32')) {
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue