We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa25664 commit ae3b975Copy full SHA for ae3b975
pkg/nnbd_migration/lib/migration_cli.dart
@@ -867,6 +867,7 @@ class _FixCodeProcessor extends Object {
867
if (pathsToProcess.contains(unit.path) &&
868
!pathsProcessed.contains(unit.path)) {
869
await process(unit);
870
+ if (_migrationCli.exitCode != null) return;
871
pathsProcessed.add(unit.path);
872
}
873
@@ -883,6 +884,7 @@ class _FixCodeProcessor extends Object {
883
884
continue;
885
886
await process(result);
887
888
889
890
0 commit comments