mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
feature(console) onConnection: rm "\n"
This commit is contained in:
parent
fade11f10f
commit
70b9288f15
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@
|
|||
++ConNum;
|
||||
|
||||
if (!Clients[ConNum]) {
|
||||
msg = log(ConNum, 'console connected\n');
|
||||
msg = log(ConNum, 'console connected');
|
||||
|
||||
Util.exec(callback, {
|
||||
stdout : msg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue