• Greg Spencer's avatar
    Make the startup lock message print to stderr. (#86520) · 0bab3604
    Greg Spencer authored
    This changes the "Waiting for another flutter command to release the startup lock..." message output so that it appears on stderr instead of stdout. When it appears on stdout, it can mess up collection of the output. For instance, if you run flutter --version --machine and you're expecting JSON output, then you'll get non-JSON output even though the lock is released and you eventually would get what you're asking for.
    0bab3604
cache.dart 38.6 KB