Commit 864e7c4
authored
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#24891 parent cdbf06f commit 864e7c4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| |||
0 commit comments