We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following up from #525, we should make sure all commands display something on finish.
The text was updated successfully, but these errors were encountered:
(Got this.)
Sorry, something went wrong.
FYI, the Dart plugin suffixes processes with Process finished with exit code 0.
Process finished with exit code 0
Cool. I'm tempted to add this for all commands. (Unless you think otherwise?)
Yeah, making it uniform sounds great.
Add console output on Flutter command completion (flutter#527).
9976a54
Fixes: flutter#527. * adds process termination console output * fixes pubspec finding (when `CommonDataKeys.PSI_FILE` or `LangDataKeys.MODULE` cache-miss)
Add console output on Flutter command completion (#527). (#529)
9777186
* Add console output on Flutter command completion (#527). Fixes: #527. * adds process termination console output * fixes pubspec finding (when `CommonDataKeys.PSI_FILE` or `LangDataKeys.MODULE` cache-miss) * Mutiple pubspec check.
pq
Successfully merging a pull request may close this issue.
Following up from #525, we should make sure all commands display something on finish.
The text was updated successfully, but these errors were encountered: