Skip to content

Commit

Permalink
return
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Nys committed Sep 12, 2023
1 parent 42ae3b5 commit 3f44402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aft/lib/src/commands/link_command.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Future<void> _createPubspecOverride(
// It's counter productive to generate it and its presence can interfere
// with local development.
if (package.name == 'aft') {
await _removePubspecOverride(package);
return _removePubspecOverride(package);
}
final mergedOverrides = SplayTreeMap.of({
// Merge in existing dependency overrides since `pub` will only use the
Expand Down

0 comments on commit 3f44402

Please sign in to comment.