added new line char

This commit is contained in:
array-in-a-matrix 2022-08-15 20:13:55 -04:00
parent 3583f562a0
commit 59b05a2a91
1 changed files with 1 additions and 1 deletions

View File

@ -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;