mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 06:53:44 +00:00
eslint-disable => eslint-disable-next-line
This commit is contained in:
parent
a1ae68f6b5
commit
64562dffb0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ if (!process.env.AWS_ACCESS_KEY_ID) {
|
|||
}
|
||||
|
||||
process.on('unhandledRejection', e => {
|
||||
// eslint-disable no-console
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('** Unhandled Promise Rejection **\n', e)
|
||||
throw e
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue