Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: libuv can return UV_FILE or UV_TTY for FILE_TYPE_CHAR handles
When uvwasi is used on Windows, it might be used in non-"ConsoleMode" and the uv_guess_handle() function can return two different values for FILE_TYPE_CHAR because of that difference.
- Loading branch information