Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyutaotao committed Oct 23, 2024
1 parent d5a5166 commit be145af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-integration/src/puppeteer/base-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class Page<
writeFileSync(path, buf);
}

return base64Encoded(path);
return base64Encoded(path, true);
}

url(): string {
Expand Down

0 comments on commit be145af

Please sign in to comment.