We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fdbbe3 commit f2b18c0Copy full SHA for f2b18c0
index.js
@@ -27,7 +27,7 @@ list.screen = screen;
27
let loading = blessed.loading({
28
tags: true
29
});
30
-loading.load('{center}Chattt is connecting to the server{/center}');
+loading.load(`{center}Chattt is connecting to the server ${URL}{/center}`);
31
screen.append(loading);
32
33
// when socket connects
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "chattt",
3
- "version": "0.0.1",
+ "version": "0.1.0",
4
"description": "Chattt",
5
"main": "index.js",
6
"scripts": {
0 commit comments