We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not quite sure what's going on here. If i pipe to wc it works fine. head blows up though. Not sure how many other apps would blow up.
wc
head
$ changelog_manager -c | head -n 2 ## [Unreleased] ## [1.0.0] - 2016-07-28 Error writing file: Broken pipe (Errno) [4320674721] *raise<Errno>:NoReturn +81 [4320679910] *IO::FileDescriptor#unbuffered_write<Slice(UInt8)>:Int32 +2438 [4320704519] *IO::FileDescriptor@IO::Buffered#write<Slice(UInt8)>:(Int32 | Nil) +167 [4320767165] *puts<String>:Nil +205 [4320868619] *ChangelogGenerator#process_changelog_files<Array(String)>:Array(String) +12363 [4320734295] main +18215
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not quite sure what's going on here. If i pipe to
wc
it works fine.head
blows up though. Not sure how many other apps would blow up.The text was updated successfully, but these errors were encountered: