added new line char
This commit is contained in:
parent
3583f562a0
commit
59b05a2a91
1 changed files with 1 additions and 1 deletions
2
index.js
2
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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue