Skip to content

Commit d92d3a7

Browse files
authored
fix a new strong mode issue (#1498)
1 parent 39c22c5 commit d92d3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/doc_packages.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ void generateForPackages(List<String> packages) {
106106
});
107107
}
108108

109-
Future _printGenerationResult(PackageInfo package, Future generationResult) {
109+
Future _printGenerationResult(PackageInfo package, Future<bool> generationResult) {
110110
String name = package.name.padRight(20);
111111

112112
return generationResult.then((bool result) {

0 commit comments

Comments
 (0)