Skip to content

Commit 96609df

Browse files
committed
wildcards
1 parent d2d9c81 commit 96609df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/dartdoc.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ class Dartdoc {
296296
exitCode = e is DartdocFailure ? 1 : 255;
297297
},
298298
zoneSpecification: ZoneSpecification(
299-
print: (_, __, ___, String line) => logInfo(line),
299+
print: (_, _, _, String line) => logInfo(line),
300300
),
301301
);
302302
}

0 commit comments

Comments
 (0)