mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
added serialisation to socket connection
This commit is contained in:
parent
f910ed7ed6
commit
fe0bfc49cd
3 changed files with 15 additions and 13 deletions
|
|
@ -70,7 +70,7 @@ var CloudCommander, io;
|
|||
lResult = lTerm.echo(lStdout);
|
||||
|
||||
if(lStderr)
|
||||
lResult = lTerm.error(pMsg.lStderr);
|
||||
lResult = lTerm.error(lStderr);
|
||||
}
|
||||
else{
|
||||
/* if term not accesable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue