Eric Amodio пре 3 година
родитељ
комит
cfcccb1a0a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/system/path.ts

+ 1
- 1
src/system/path.ts Прегледај датотеку

@ -130,7 +130,7 @@ export function splitPath(
path = normalizePath(path);
repoPath = normalizePath(repoPath);
const index = commonBaseIndex(`${repoPath}/`, path, '/', ignoreCase);
const index = commonBaseIndex(`${repoPath}/`, `${path}/`, '/', ignoreCase);
if (index > 0) {
repoPath = path.substring(0, index);
path = path.substring(index + 1);

Loading…
Откажи
Сачувај