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

Fix panic on broken pipes #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sharkdp
Copy link

@sharkdp sharkdp commented Jul 5, 2021

Fixes a panic when writing to a closed pipe by explicitly ignoring this
error type.

This commit also changes the behavior of as-tree on empty inputs which
would previously result in a (superfluous) newline.

closes #15
closes #19

Fixes a panic when writing to a closed pipe by explicitly ignoring this
error type.

This commit also changes the behavior of `as-tree` on empty inputs which
would previously result in a (superfluous) newline.

closes jez#15
closes jez#19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant