Skip to content

Commit 9e063ec

Browse files
committed
fix: add missing closing brace for batchGetChangelog function
The batchGetChangelog function was missing its closing `}`, causing `export` statements to appear inside the function body. This made jiti/define-config-ts fail with a ParseError when loading any valaxy.config.ts that imports this addon, which in turn caused the user's theme config to be silently ignored (falling back to the default theme).
1 parent 4788ec2 commit 9e063ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

node/gitLog.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ async function batchGetChangelog(resolvedBase: string, filePaths: string[], maxC
247247
}
248248

249249
return result
250+
}
250251

251252
/**
252253
* Process all pending routes in batch: 2 git commands for ALL files

0 commit comments

Comments
 (0)