Skip to content

Commit f5f63c3

Browse files
committed
log
1 parent e56fa08 commit f5f63c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/server/docs.plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export class DocsPlugin {
6868
const bar = progress.defaultBar()
6969
bar.start(this.docs.length, 0, {prefix: 'rendering images', suffix: '-'})
7070
for (const doc of this.docs) {
71+
console.log("doc", doc)
7172
if (!doc?.metadata.permalink) {
7273
continue;
7374
}

0 commit comments

Comments
 (0)