fix(core): update

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

14
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartfile": "^8.0.10",
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smartpuppeteer": "^1.0.26",
"@pushrocks/smartpuppeteer": "^1.0.27",
"@pushrocks/smarttime": "^3.0.38"
},
"devDependencies": {
@ -2689,9 +2689,9 @@
"license": "MIT"
},
"node_modules/@pushrocks/smartpuppeteer": {
"version": "1.0.26",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpuppeteer/-/smartpuppeteer-1.0.26.tgz",
"integrity": "sha512-7xegMP/a5QNGU6Xszyr61pW7SPXy3kDIhkTUpiaisusW2T5HdEyZdrnP/sn0MTPJkhR3a9b6VVj1xxkyLKOn6A==",
"version": "1.0.27",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpuppeteer/-/smartpuppeteer-1.0.27.tgz",
"integrity": "sha512-7OBI4xwXyYpQGdaLCq01ihtDFH3hLVaNijXOEH3Yk9ZGV0PK2qADdY+Qfn6XwmA+rMS8t6WX2OMwvK+fYiMbTA==",
"license": "MIT",
"dependencies": {
"@pushrocks/smartdelay": "^2.0.13",
@ -17132,9 +17132,9 @@
"integrity": "sha512-v+RyVpspzYuBcV/aWXqwC03TWYeFLj7aWMG3IBDFmH2ssgug+82KLW/gw2WB2aVOEvmSkfI9OVvOQz2OsLbYlA=="
},
"@pushrocks/smartpuppeteer": {
"version": "1.0.26",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpuppeteer/-/smartpuppeteer-1.0.26.tgz",
"integrity": "sha512-7xegMP/a5QNGU6Xszyr61pW7SPXy3kDIhkTUpiaisusW2T5HdEyZdrnP/sn0MTPJkhR3a9b6VVj1xxkyLKOn6A==",
"version": "1.0.27",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpuppeteer/-/smartpuppeteer-1.0.27.tgz",
"integrity": "sha512-7OBI4xwXyYpQGdaLCq01ihtDFH3hLVaNijXOEH3Yk9ZGV0PK2qADdY+Qfn6XwmA+rMS8t6WX2OMwvK+fYiMbTA==",
"requires": {
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartenv": "^4.0.16",

View File

@ -25,7 +25,7 @@
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartfile": "^8.0.10",
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smartpuppeteer": "^1.0.26",
"@pushrocks/smartpuppeteer": "^1.0.27",
"@pushrocks/smarttime": "^3.0.38"
},
"files": [

View File

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