mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
removed changing code page back to 866
This commit is contained in:
parent
2d9481a610
commit
2c018b9b11
1 changed files with 1 additions and 5 deletions
|
|
@ -50,9 +50,5 @@ function getExec(error, stdout, stderr) {
|
|||
|
||||
if (error !== null) {
|
||||
console.log('exec error: ' + error);
|
||||
}
|
||||
|
||||
/* change code page back to cp866 */
|
||||
if(Win32_b)
|
||||
exec('chcp 866');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue