diff --git a/quartz/plugins/transformers/lastmod.ts b/quartz/plugins/transformers/lastmod.ts index fe8c01bcf..3473bdda4 100644 --- a/quartz/plugins/transformers/lastmod.ts +++ b/quartz/plugins/transformers/lastmod.ts @@ -59,6 +59,7 @@ export const CreatedModifiedDate: QuartzTransformerPlugin> = (u // It's either the same as the workdir, // or 1+ level higher in case of a submodule/subtree setup repo = Repository.discover(file.cwd) + console.log(chalk.green(`Git repository found at: ${repo.path()}`)); } try {