flutter/packages/flutter_tools/lib
Chris Bracken bfbbef108d Prevent hangs due to bad import/export directives (#5538)
If the input test script contains a bad import, sky_shell will fail to
execute main(), in which case a connection to /runner is never
established and the _ServerInfo.socket never completes.

This change works around this by issuing a request on /shutdown when
sky_shell exits.
2016-08-22 15:30:10 -07:00
..
src Prevent hangs due to bad import/export directives (#5538) 2016-08-22 15:30:10 -07:00
executable.dart show better errors for gradle build failures (#5374) 2016-08-13 12:30:14 -07:00