Fail flutter build invocation on compilation errors. (#18800)
Fixes https://github.com/flutter/flutter/issues/18200.
This commit is contained in:
committed by
GitHub
parent
e4f08d55c2
commit
75b737ff69
@@ -93,7 +93,7 @@ class BuildAotCommand extends BuildSubCommand {
|
||||
extraFrontEndOptions: argResults[FlutterOptions.kExtraFrontEndOptions],
|
||||
);
|
||||
if (mainPath == null) {
|
||||
printError('Compiler terminated unexpectedly.');
|
||||
throwToolExit('Compiler terminated unexpectedly.');
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user