From f495891ac314ba37cf20f190a488ec22fb8921a3 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 d8d03f747f..5ce5f0ecf7 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; }