Skip to content

Commit a14dc87

Browse files
committed
changed FileApi.js
1 parent b7b7d62 commit a14dc87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/utils/FileApi.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ class FileApi {
1515
throw new Error()
1616
}
1717
// cxRes
18-
return url.substr(this._prefix.length)
19-
// return libUrl.fileURLToPath(url)
18+
// return url.substr(this._prefix.length)
19+
return libUrl.fileURLToPath(url)
2020
}
2121

2222
deleteFolderRecursively(url) {

0 commit comments

Comments
 (0)