noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

Fix uglifyed message. #562

Open kei10in opened 5 years ago

kei10in commented 5 years ago

Fix #473 and #531.

Implement converting stdout / stderr of build command with encoding extracted by chcp command.

This method is based on Visual Studio Code. https://github.com/Microsoft/vscode/blob/release/1.25/src/vs/base/node/encoding.ts#L397

It's work well on my Japanese, Windows 10 x64 environment.