This commit is contained in:
jxxghp
2024-06-21 11:02:42 +08:00
parent 18f3dc2d44
commit 80690d4cc8

View File

@@ -85,7 +85,7 @@ function findCommonPath(paths: string[]): string {
}
if (commonPath.includes(':')) {
commonPath = commonPath.replace('/', '\\')
commonPath = commonPath.replace('\\', '/')
}
return commonPath