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
72f5b89f72
commit
2b8cdf698c
1 changed files with 2 additions and 4 deletions
|
|
@ -105,10 +105,8 @@ function getExec(pSocket){
|
|||
stderr : pStderr || pError
|
||||
};
|
||||
|
||||
var lExec_str = JSON.stringify(lExec);
|
||||
|
||||
var lExec_str = JSON.stringify(lExec);
|
||||
pSocket.send(lExec_str);
|
||||
console.log(lExec);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
@ -130,7 +128,7 @@ var Win32Commands = ['ASSOC', 'AT', 'ATTRIB', 'BREAK', 'CACLS', 'CALL',
|
|||
'START', 'SUBST', 'TIME', 'TITLE', 'TREE', 'TYPE',
|
||||
'VER', 'VERIFY', 'VOL', 'XCOPY'];
|
||||
|
||||
/**
|
||||
/**
|
||||
* function do safe require of needed module
|
||||
* @param pModule
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue