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 2d4ec1e commit 5f3a4caCopy full SHA for 5f3a4ca
lib/src/builder.dart
@@ -78,7 +78,8 @@ class MockBuilder implements Builder {
78
79
final mockLibraryAsset = buildStep.allowedOutputs.singleOrNull;
80
if (mockLibraryAsset == null) {
81
- throw ArgumentError('Build_extensions has missing or conflicting outputs for '
+ throw ArgumentError(
82
+ 'Build_extensions has missing or conflicting outputs for '
83
'`${buildStep.inputId.path}`, this is usually caused by a misconfigured '
84
'build extension override in `build.yaml`');
85
}
0 commit comments