Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move error summary output to stdout (#87)
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.)
- Loading branch information