We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff995f commit 034e6c1Copy full SHA for 034e6c1
lib/src/builder.dart
@@ -2337,7 +2337,7 @@ Builder buildMocks(BuilderOptions options) {
2337
'should be a string ending with `.dart`');
2338
}
2339
if (output is! String || !output.endsWith('.mocks.dart')) {
2340
- throw ArgumentError('Invalid key in build_extensions `$output`, it '
+ throw ArgumentError('Invalid value in build_extensions `$output`, it '
2341
'should be a string ending with `mocks.dart`');
2342
2343
result[input] = [output];
0 commit comments