From a3c753ad8153632862d73a0af8c8dcbd206c4aa4 Mon Sep 17 00:00:00 2001 From: premsreelathasugeendran Date: Sun, 10 May 2026 10:11:15 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20typo=20"occured"=20=E2=86=92?= =?UTF-8?q?=20"occurred"=20in=20error=20log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: premsreelathasugeendran --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 700f3137c0..163137c3f6 100644 --- a/app.js +++ b/app.js @@ -290,7 +290,7 @@ models.sequelize.sync().then(function () { // log uncaught exception process.on('uncaughtException', function (err) { - logger.error('An uncaught exception has occured.') + logger.error('An uncaught exception has occurred.') logger.error(err) console.error(err) logger.error('Process will exit now.')