Skip to content

Commit

Permalink
changed FileApi.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-zucker committed Apr 22, 2020
1 parent b7b7d62 commit a14dc87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/utils/FileApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ class FileApi {
throw new Error()
}
// cxRes
return url.substr(this._prefix.length)
// return libUrl.fileURLToPath(url)
// return url.substr(this._prefix.length)
return libUrl.fileURLToPath(url)
}

deleteFolderRecursively(url) {
Expand Down

0 comments on commit a14dc87

Please sign in to comment.