Skip to content

Commit

Permalink
chore: change ArgumentError name field from 'name' to 'value'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassasovsky committed Jun 19, 2024
1 parent e226196 commit 6de71d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/melos/lib/src/command_configs/bootstrap.dart
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ enum ParallelPubGetMode {
default:
throw ArgumentError.value(
value,
'name',
'value',
'Invalid value for ParallelPubGetMode',
);
}
Expand Down

0 comments on commit 6de71d8

Please sign in to comment.