mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
Fix style after 9faecc2e
This commit is contained in:
parent
9faecc2e67
commit
62111fbc08
@ -248,7 +248,7 @@ class Page extends EventEmitter {
|
||||
* @return {!Promise}
|
||||
*/
|
||||
async setContent(html) {
|
||||
this.evaluate((html) => {
|
||||
this.evaluate(html => {
|
||||
document.open();
|
||||
document.write(html);
|
||||
document.close();
|
||||
|
Loading…
Reference in New Issue
Block a user