Skip to content

Commit

Permalink
fix: ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
汪航洋 committed Aug 1, 2023
1 parent 2e7eeb7 commit 42dd024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async function main() {

for (let k of out) {
let url = new URL(k.url);
url = url.pathname.replace("/@fs/", fs.sep === "/" ? "/" : '');
url = url.pathname.replace("/@fs/", path.sep === "/" ? "/" : '');
const converter = v8toIstanbul(url, undefined, {
source: k.text,
});
Expand Down

0 comments on commit 42dd024

Please sign in to comment.