fix(core): update

This commit is contained in:
2021-08-17 23:18:44 +02:00
parent 975e463fd6
commit 08fc62d06f
3 changed files with 10 additions and 8 deletions

View File

@ -69,6 +69,8 @@ export class SmartSSR {
await context.close();
} catch (e) {
console.log(e);
await browser.stop();
return;
}
await browser.stop();