fix(core): update

This commit is contained in:
Philipp Kunz 2021-01-09 01:48:36 +00:00
parent bcd69059f8
commit 7c851b5ed2

View File

@ -51,6 +51,7 @@ export class SmartSSR {
renderTimeMeasurement.start();
await page.goto(urlArg, {
waitUntil: 'networkidle2',
timeout: 0
});
let screenshotBuffer: Buffer;