mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
For illustrative purposes: ```sh $ et build | grep '.*' ``` ... should still get line-per-line status updates, but it does not without this patch. It's hard to write tests because of global state, so I've declined to do so at the moment. Closes https://github.com/flutter/flutter/issues/147903.