Closed
Description
In the latest version at 71b79a6 build_runner serve
will fail silently. To repro make sure you are using that version and launch a simple web server on localhost:8080. Then try to run build_runner serve
on a package. It should fail because the port is in use by another process but the failure doesn't log anything to the console.