mirror of
https://github.com/LeeGaoGao/ECC.git
synced 2026-07-24 03:53:10 +00:00
fix: harden windows CI tests and markdown lint
This commit is contained in:
@@ -16,7 +16,7 @@ function toBashPath(filePath) {
|
||||
}
|
||||
|
||||
return String(filePath)
|
||||
.replace(/^([A-Za-z]):/, (_, driveLetter) => `/mnt/${driveLetter.toLowerCase()}`)
|
||||
.replace(/^([A-Za-z]):/, (_, driveLetter) => `/${driveLetter.toLowerCase()}`)
|
||||
.replace(/\\/g, '/');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user