mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
`dart format` can fail (e.g. if a file contains invalid dart code). Previously, those failures were swallowed. This change adds logic to properly print those failures to the terminal.