Skip to content

src: use uv_guess_handle() to detect TTYs

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/ibmi into master

The first commit is the libuv update from https://github.com/nodejs/node/pull/31332, and can be ignored for the purposes of this PR.

This commit drops the use of isatty() and IBMi specific code in favor of uv_guess_handle() now that the relevant IBMi changes have been upstreamed.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading