eslint-disable => eslint-disable-next-line

This commit is contained in:
Simon Detheridge 2020-03-26 22:07:37 +00:00
parent a1ae68f6b5
commit 64562dffb0

View file

@ -27,7 +27,7 @@ if (!process.env.AWS_ACCESS_KEY_ID) {
} }
process.on('unhandledRejection', e => { process.on('unhandledRejection', e => {
// eslint-disable no-console // eslint-disable-next-line no-console
console.log('** Unhandled Promise Rejection **\n', e) console.log('** Unhandled Promise Rejection **\n', e)
throw e throw e
}) })