minor changes

This commit is contained in:
coderaiser 2012-10-03 10:14:19 -04:00
parent 72f5b89f72
commit 2b8cdf698c

View file

@ -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
*/