Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Shell limitation #306

Merged
merged 3 commits into from
Mar 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 7 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,13 @@ This option can also be defined as a `function` with this prototype:
}
```

<a id="license"><a>
## Limitations
Because `pino-pretty` uses the stdout redirection, in some cases the command terminates with error due the shell limitations.

For example, currently, mingw64 shell (installed by git bash on Windows) is affected by this issue terminating the process with `stdout is not a tty` error message


<a id="license"></a>
jsumners marked this conversation as resolved.
Show resolved Hide resolved
## License

MIT License