-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Adds newline after 'Building Sites' message #7580
Adds newline after 'Building Sites' message #7580
Conversation
2 comments:
|
I'm not sure what you mean about the "hide when done" logic; I've run all the tests with no failure, and haven't found it yet to test manually. Where would I find it? |
The "Building sites..." message is just showing when the site is... building. It's removed from terminal when done. If you add a newline, that logic is broken. |
Ooh, okay. I guess I've got a bug to report, then -- it's never hidden itself for me, to the point that I didn't know it was even supposed to. Here's what I've always gotten:
I would say that if that behavior were fixed, my problem would go away -- however, I think it would reach and display my edit: System info Linux: |
So, I added that clever construct, but I have seen it failing in some situations myself, so what I suggest you do as part of this is:
|
…d completes; Append newline to the message instead (Fixes gohugoio#7579)
0f592e7
to
de050d1
Compare
Cool, cool! I've made those changes and I believe adequately resolved the commit message critique. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
As mentioned in #7579, the logs keep tripping me up so I made this change, and I'm hoping it helps annoy others less as well.
Going over the contributors' guidelines:
go fmt
was run, though it made no changesmage check
finished with exit code0
I think that's everything but I'm happy to discuss and make changes. 🤘