Skip to content

Commit 1adbf7c

Browse files
debug output 2
1 parent e5425d1 commit 1adbf7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docfx/template/ManagedReference.extension.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ exports.postTransform = function (model) {
2222
console.log(JSON.stringify(model));
2323
}
2424

25-
if (!dumpEnumOnce && model.isEnum) {
25+
if (!dumpEnumOnce && model.isEnum && model.children[0]?.children[0]) {
2626
dumpEnumOnce = true;
2727
console.log(JSON.stringify(model));
2828
}

0 commit comments

Comments
 (0)