From 59b05a2a9106e28cd9bd06bfdd417af14ff6331a Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Mon, 15 Aug 2022 20:13:55 -0400 Subject: [PATCH] added new line char --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 4eb2ba6..7f3a8e5 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,7 @@ const storage = new SimpleFsStorageProvider("storage.json"); const client = new MatrixClient(config.baseUrl, config.token, storage); AutojoinRoomsMixin.setupOnClient(client) -client.start().then(() => console.log(`Client has started!`)); +client.start().then(() => console.log(`Client has started!\n`)); let messageCounter = 0;