Skip to content

Print a warning when running "pub build" and "pub serve" #1832

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

Merged
merged 5 commits into from
Mar 21, 2018

Conversation

nex3
Copy link
Member

@nex3 nex3 commented Mar 20, 2018

Closes #1823

@nex3 nex3 requested a review from natebosch March 20, 2018 00:23
lib/src/log.dart Outdated
/// This is resilient to the text containing other colors or bold text.
String _addColor(Object text, String colorCode) {
if (sparkle) return text.toString();
return colorCode + text.toString().replaceAll(_none, _none + colorCode).replaceAll(_noColor, _none + colorCode) + _noColor;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dartfmt?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@nex3 nex3 force-pushed the build-serve-warning branch from 0ca4daa to 62128bd Compare March 20, 2018 23:53
@nex3 nex3 merged commit 875d350 into master Mar 21, 2018
@nex3 nex3 deleted the build-serve-warning branch March 21, 2018 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants