mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(socket) add "\n"
This commit is contained in:
parent
762da4bb64
commit
f205e5913b
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@
|
|||
socket.removeListener('disconnect', onDisconect);
|
||||
});
|
||||
} else {
|
||||
msg = log(ConNum, ' in use. Reconnecting...');
|
||||
msg = log(ConNum, ' in use. Reconnecting...\n');
|
||||
|
||||
jsonSend(socket, {
|
||||
stdout: msg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue