Skip to content

Commit 09a4e8b

Browse files
committed
Clean up error messages
1 parent ab08e71 commit 09a4e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dartdoc.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class Dartdoc extends PackageBuilder {
140140
dartdocResults.packageGraph.packageWarningCounter.errorCount;
141141
if (errorCount > 0) {
142142
throw DartdocFailure(
143-
"dartdoc encountered $errorCount} errors while processing.");
143+
"dartdoc encountered $errorCount errors while processing.");
144144
}
145145
logInfo(
146146
'Success! Docs generated into ${dartdocResults.outDir.absolute.path}');

0 commit comments

Comments
 (0)