From e69f09c9c6a9336c92f9b20052fc800e1a5a9b1e Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Tue, 17 May 2022 11:48:50 +0200 Subject: [PATCH] Update index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 94fd85f..46bb504 100644 --- a/src/index.ts +++ b/src/index.ts @@ -19,7 +19,7 @@ const main = async () => { // Start database manager await database() .then(async () => { - logger.silly("Database process started"); + await logger.silly("Database process started"); }) .catch(async (err) => { logger.error(err);