We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b7d62 commit a14dc87Copy full SHA for a14dc87
tests/utils/FileApi.js
@@ -15,8 +15,8 @@ class FileApi {
15
throw new Error()
16
}
17
// cxRes
18
- return url.substr(this._prefix.length)
19
- // return libUrl.fileURLToPath(url)
+ // return url.substr(this._prefix.length)
+ return libUrl.fileURLToPath(url)
20
21
22
deleteFolderRecursively(url) {
0 commit comments