You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a synchronous StreamController for daemon logs (#4028)
The logging from build_runner when running builds through a
daemon was asynchronous and was causing some `webdev build`
commands to missing the final status message.
Fixes: dart-lang/webdev#2489
0 commit comments