-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
error handling on stdout - pipe buffer #59
Comments
We could print errors to a log file, and read them directly from the file. This would stop errors from appearing in
Of course, every measurement would need to have its own errorlog file. Alternativelly, we could attach a prefix to stderr and distinguish errors from the actual output that way:
|
Here's what I found, and I actually don't understand why that is: If from within |
As it turns out, when modifying |
going back to |
Ok well let's do it then. Better now than after going live |
|
🎉 This issue has been resolved in version 0.7.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Pipe buffer was delaying progress updates, and on some commands - prevented them from appearing at all. I ended up using
script
cmd to disable it, but it mergesstdout
andstderr
outputs together. We have to either find a better solution or to somehow distinguish between the desired output and the error.The text was updated successfully, but these errors were encountered: