Merge pull request #398 from vatesfr/greenkeeper-standard-8.1.0
Update standard to version 8.1.0 🚀
This commit is contained in:
commit
cd37420b07
@ -126,7 +126,7 @@
|
|||||||
"nyc": "^8.1.0",
|
"nyc": "^8.1.0",
|
||||||
"rimraf": "^2.5.2",
|
"rimraf": "^2.5.2",
|
||||||
"sinon": "^1.14.1",
|
"sinon": "^1.14.1",
|
||||||
"standard": "^7.0.0"
|
"standard": "^8.1.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run build-indexes && gulp build --production",
|
"build": "npm run build-indexes && gulp build --production",
|
||||||
|
@ -182,7 +182,7 @@ export default class {
|
|||||||
try {
|
try {
|
||||||
this._disable(id)
|
this._disable(id)
|
||||||
} catch (exc) {
|
} catch (exc) {
|
||||||
if (!exc instanceof SchedulerError) {
|
if (!(exc instanceof SchedulerError)) {
|
||||||
throw exc
|
throw exc
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
|
Loading…
Reference in New Issue
Block a user