fix(core): update

This commit is contained in:
2021-08-17 12:54:19 +02:00
parent 344e213c41
commit d0ee536301
4 changed files with 6267 additions and 8628 deletions

View File

@@ -55,7 +55,7 @@ export class SmartSSR {
if (this.options.debug) {
screenshotBuffer = await page.screenshot({
encoding: 'binary',
});
}) as Buffer;
}
await page.$eval('body', serializeFunction);