coreybutler / node-windows

Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).
Other
2.78k stars 357 forks source link

problem to list the processes #276

Closed glerisonlima closed 3 years ago

glerisonlima commented 3 years ago

when executing the list command the feedback that shows me on the console is coming with an accent, how do I solve this? Screenshot_1

coreybutler commented 3 years ago

The console may not support the character encoding of the text, but you can capture this text and output it using whatever encoding you want. In other words, modify the JSON object before logging it.