summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index 1b7acce2aa..14a74896c2 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -190,7 +190,7 @@ process.on('uncaughtException', err => {
// Dying away...
process.on('exit', code => {
- Logger.info(`The process is going exit with code ${code}`);
+ Logger.info(`The process is going to exit with code ${code}`);
db.close();
});