removed changing code page back to 866

This commit is contained in:
coderaiser 2012-09-23 05:48:49 -04:00
parent 872a5b9349
commit 776cd90875

View file

@ -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');
}
}