feature(console) onConnection: rm "\n"

This commit is contained in:
coderaiser 2014-05-27 09:33:05 -04:00
parent fade11f10f
commit 70b9288f15

View file

@ -68,7 +68,7 @@
++ConNum;
if (!Clients[ConNum]) {
msg = log(ConNum, 'console connected\n');
msg = log(ConNum, 'console connected');
Util.exec(callback, {
stdout : msg