mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
minor changes
This commit is contained in:
parent
62cab727cd
commit
0638e526dd
1 changed files with 3 additions and 3 deletions
|
|
@ -108,13 +108,13 @@
|
|||
if (pError !== null) {
|
||||
console.log('exec error: ' + pError);
|
||||
}
|
||||
|
||||
|
||||
var lExec = {
|
||||
stdout : pStdout,
|
||||
stderr : pStderr || pError
|
||||
};
|
||||
},
|
||||
lExec_str = JSON.stringify(lExec);
|
||||
|
||||
var lExec_str = JSON.stringify(lExec);
|
||||
pSocket.send(lExec_str);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue