Merge pull request #398 from vatesfr/greenkeeper-standard-8.1.0

Update standard to version 8.1.0 🚀
This commit is contained in:
Julien Fontanet 2016-09-18 05:17:41 +02:00 committed by GitHub
commit cd37420b07
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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 {