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

'Atom Build' uglify output message on message-view .. #473

Open greenfrog82 opened 7 years ago

greenfrog82 commented 7 years ago

Hi, I'm node.js developer in Korea. And I'm Korean.

I use atom and 'Atom Build' package. When I have built my source code, I have received message from Atom Build package. it is like follow .. please see the message in red box.

image

Why did 'Atom Build' uglify message? How can I fix this?

Please reference to my computer specification is like follow .. Windows 10 64bit Korea

noseglid commented 7 years ago

Hmm.. looks like character encoding issues. What "should" be in that message?

greenfrog82 commented 7 years ago

Because this message has printed out of recognition, I don't know contents of message. I just know what it should be written by korean. I agree you opinion. I also suspect character encoing issues. How can i change character encoding of Atom-Build?

P.S I ask for understanding what my poor English ..

noseglid commented 7 years ago

I'm guessing the encoding detected when a command is spawned doesn't correlate to that of Atom. Do you have UTF-8 in both atom and shell (or whatever)? If not I recommend setting that and try again.