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

Move error summary output to stdout #87

Merged
merged 1 commit into from
May 29, 2024

Commits on May 23, 2024

  1. Move error summary output to stdout

    Modifies the summary printed at the end to be entirely in stdout
    instead of mixed between stderr and stdout. Without this commit,
    suppressing stdout output or capturing stderr output for logs would
    result in "The following links could not be resolved:" being printed
    without the list of broken links (which should be the same as the stderr
    output.)
    davidgumberg committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5001daf View commit details
    Browse the repository at this point in the history