Skip to content

Commit 64d4ac3

Browse files
committed
docs: add a comment
1 parent 9942092 commit 64d4ac3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/listeners/bases.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export async function getBases(plugin: ThumbnailPlugin): Promise<Array<Base>> {
2929
});
3030
}
3131
plugin.bases = bases;
32+
console.debug("Thumnbnails - bases found:", bases)
3233
return bases;
3334
}
3435

0 commit comments

Comments
 (0)