We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d62e0 commit fbb3664Copy full SHA for fbb3664
lib/src/generator/dartdoc_generator_backend.dart
@@ -86,7 +86,7 @@ abstract class DartdocGeneratorBackend implements GeneratorBackend {
86
@override
87
void generateCategoryJson(
88
FileWriter writer, List<Categorization> categories) {
89
- var json = '';
+ var json = '[]';
90
if (categories.isNotEmpty) {
91
json = generator_util.generateCategoryJson(
92
categories, options.prettyIndexJson);
0 commit comments