From 1ce1ac237b7213eb69b9f507f3b362c914e47620 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Tue, 3 Jan 2017 05:31:08 +0900 Subject: [PATCH] :sparkles: --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index d8d03f747..5ce5f0ecf 100644 --- a/src/index.ts +++ b/src/index.ts @@ -160,7 +160,7 @@ async function init(): Promise { mongoDBLogger.info('Successfully connected'); db.close(); } catch (e) { - mongoDBLogger.error(`${e}`); + mongoDBLogger.error(e); return InitResult.Failure; }