diff --git a/lib/server/socket.js b/lib/server/socket.js index 91b0a0d2..bdad9fe3 100644 --- a/lib/server/socket.js +++ b/lib/server/socket.js @@ -144,10 +144,10 @@ * windows use unicode on non English versions */ if(WIN32) { - lWinCommand = pCommand.toUpperCase(); + lWinCommand = pCommand.toUpperCase(); - if( Win32Commands.indexOf(lWinCommand) >= 0 ) - pCommand = 'chcp 65001 |' + pCommand; + if (Win32Commands.indexOf(lWinCommand) >= 0) + pCommand = 'chcp 65001 |' + pCommand; } if(!ClientFuncs[pConnNum])