Skip to content

Commit a3c753a

Browse files
fix: correct typo "occured" → "occurred" in error log
Signed-off-by: premsreelathasugeendran <prem.sreelathasugeendran@gmail.com>
1 parent b1188a5 commit a3c753a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ models.sequelize.sync().then(function () {
290290

291291
// log uncaught exception
292292
process.on('uncaughtException', function (err) {
293-
logger.error('An uncaught exception has occured.')
293+
logger.error('An uncaught exception has occurred.')
294294
logger.error(err)
295295
console.error(err)
296296
logger.error('Process will exit now.')

0 commit comments

Comments
 (0)