mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
73c468db51
commit
ffbbfded6e
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ var CloudCommander, io, socket;
|
|||
|
||||
socket.on('message', function (msg) {
|
||||
console.log(msg);
|
||||
Term.echo(msg);
|
||||
if(Term)
|
||||
Term.echo(msg);
|
||||
});
|
||||
|
||||
socket.on('disconnect', function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue