chore(socket) switch \n

This commit is contained in:
coderaiser 2013-06-26 07:36:57 -04:00
parent febcc87f62
commit 40c8e6118b

View file

@ -91,11 +91,12 @@
* windows use unicode on non English versions
*/
if(Win32_b){
var lWinCommand = pCommand.toUpperCase();
if( Win32Commands.indexOf(lWinCommand) > 0 )
pCommand = 'chcp 65001 |' + pCommand;
}
if(!ClientFuncs[pConnNum])
ClientFuncs[pConnNum] = getExec(pSocket);