Skip to content

Commit 408c35c

Browse files
committed
docs: fix incorrect debug log
1 parent 7e02ec6 commit 408c35c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default class ThumbnailPlugin extends Plugin {
6363

6464
this.registerInterval(window.setInterval(() => {
6565
(async () => {
66-
console.debug("Automatically generating thumbnails...");
66+
console.debug("Automatically looking for bases...");
6767
await getBases(this);
6868
})().catch(e => console.error("Thumbnails -", e));
6969
}, 1 * 60 * 1000));

0 commit comments

Comments
 (0)