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 printing to stderr - add a missing newline #657

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

czechboy0
Copy link
Collaborator

Motivation

At some point, we switched to printing informative output to stderr and that diagnostic collector did not insert newlines between messages, printing it all on a long line.

Modifications

Insert a newline after every message, similar to print(...).

Result

More readable output from the CLI.

Test Plan

Tested manually, all tests still pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant