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 ab08e71 commit 09a4e8bCopy full SHA for 09a4e8b
lib/dartdoc.dart
@@ -140,7 +140,7 @@ class Dartdoc extends PackageBuilder {
140
dartdocResults.packageGraph.packageWarningCounter.errorCount;
141
if (errorCount > 0) {
142
throw DartdocFailure(
143
- "dartdoc encountered $errorCount} errors while processing.");
+ "dartdoc encountered $errorCount errors while processing.");
144
}
145
logInfo(
146
'Success! Docs generated into ${dartdocResults.outDir.absolute.path}');
0 commit comments