Skip to content

src: fix exception message encoding

The printf family of functions do not properly display UTF8 strings well on Windows. Use the appropriate wide character API instead if stderr is a tty.

Fixes: https://github.com/nodejs/node/issues/3284

Merge request reports

Loading