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
I suspect it isn't correctly flushing the output/log buffers before exiting.
Note that the output randomly includes a subset of the output:
When running with --plain the output is always correct:
--plain
The text was updated successfully, but these errors were encountered:
fix: FTL truncating output
58a95a1
This fixes the most common cases of this, but it still could happen if os.Exit is called elsewhere. Fixes #2866
2cba637
fix: FTL truncating output (#2909)
69c8505
stuartwdouglas
Successfully merging a pull request may close this issue.
I suspect it isn't correctly flushing the output/log buffers before exiting.
Note that the output randomly includes a subset of the output:
When running with
--plain
the output is always correct:The text was updated successfully, but these errors were encountered: