mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 08:56:20 +00:00
feature(socket) JSON.stringify -> Util.stringifyJSON
This commit is contained in:
parent
17764b2c82
commit
850703c75e
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@
|
|||
stderr : lErrorStr || lError
|
||||
};
|
||||
|
||||
lExecStr = JSON.stringify(lExec);
|
||||
lExecStr = Util.stringifyJSON(lExec);
|
||||
|
||||
log(pConnNum, pError, 'error');
|
||||
log(pConnNum, pStderr, 'stderror');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue