mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
chore(socket) add " "
This commit is contained in:
parent
a0b3171e34
commit
9cb375fcef
1 changed files with 3 additions and 3 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue