Fail flutter build invocation on compilation errors. (#18800)

Fixes https://github.com/flutter/flutter/issues/18200.
This commit is contained in:
Alexander Aprelev
2018-06-25 12:42:24 -07:00
committed by GitHub
parent e4f08d55c2
commit 75b737ff69

View File

@@ -93,7 +93,7 @@ class BuildAotCommand extends BuildSubCommand {
extraFrontEndOptions: argResults[FlutterOptions.kExtraFrontEndOptions],
);
if (mainPath == null) {
printError('Compiler terminated unexpectedly.');
throwToolExit('Compiler terminated unexpectedly.');
return;
}
}