-
Notifications
You must be signed in to change notification settings - Fork 88
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
chore: Misc output changes #4109
Conversation
info!(log, " - {}", green.apply_to(url1)); | ||
info!(log, " - {}", green.apply_to(url2)); | ||
#[rustfmt::skip] | ||
info!(log, " - {} (Recommended)", green.apply_to(subdomain_url)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"recommended" doesn't work on Safari, yes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, hence 'legacy'. I had trimmed that down from 'legacy/safari' because 'safari' implies that the website will actually work with safari, and it won't. Not sure if there's a good way to phrase it without taking up too much space.
SDK-1890, SDK-1893, SDK-1899