| Index: tools/html_json_doc/lib/html_to_json.dart
|
| diff --git a/tools/html_json_doc/lib/html_to_json.dart b/tools/html_json_doc/lib/html_to_json.dart
|
| index 1e83e8b75783bcedb72db03869f7241b7c4e622c..676e3c309190b050a802c51d69aff6eeaf3afbf9 100644
|
| --- a/tools/html_json_doc/lib/html_to_json.dart
|
| +++ b/tools/html_json_doc/lib/html_to_json.dart
|
| @@ -105,7 +105,7 @@ Future<Object> _convertFiles(Path htmlPath) {
|
|
|
| // Combine all JSON objects
|
| lister.onDone = (_) {
|
| - Future.wait(fileFutures).then((jsonList) {
|
| + Futures.wait(fileFutures).then((jsonList) {
|
| var convertedJson = {};
|
| jsonList.forEach((json) {
|
| final k = json.keys[0];
|
|
|