mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
chore(socket) switch \n
This commit is contained in:
parent
febcc87f62
commit
40c8e6118b
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue