Chromium Code Reviews| Index: pkg/docgen/lib/docgen.dart |
| diff --git a/pkg/docgen/lib/docgen.dart b/pkg/docgen/lib/docgen.dart |
| index 52d10d2387f797f8ddb6c516f926ab818d300348..90508f2ee49c7556b538c8a44e36865b66240a41 100644 |
| --- a/pkg/docgen/lib/docgen.dart |
| +++ b/pkg/docgen/lib/docgen.dart |
| @@ -193,6 +193,7 @@ class Docgen { |
| } |
| } |
| }); |
| + _writeToFile(listDir("docs").join('\n'), 'library_list.txt'); |
| } |
| /// Saves list of libraries for Docgen object. |