Skip to content

src: print to TTY stderr using uv_try_write

So that ANSI color codes can be translated on Windows when it's written to TTY.

Before

cmd_2019-06-28_00-17-56

After

cmd_2019-06-28_00-18-07

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading