Skip to content

Commit

Permalink
allow run next command even previous fail
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed May 26, 2022
1 parent 733a705 commit 9e6fcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/auto_fix.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class AutoFix {
return [
if (_pubRemoveNames.isNotEmpty) 'dart pub remove ' + _pubRemoveNames.join(' '),
...mergedPubAdds.map((e) => e.compile()),
].join(' && ');
].join('; ');
}
}

Expand Down

0 comments on commit 9e6fcc2

Please sign in to comment.