Skip to content

Commit 1840ffd

Browse files
committed
fix: config file ref
1 parent 9855db3 commit 1840ffd

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
File renamed without changes.

src/extractSnippets.ts

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export async function findFiles(
2323
for (const source of sources) {
2424
if ("path" in source) {
2525
// local directories are straighforward to handle
26+
// TODO: get git info if available
2627
promises.push(
2728
Promise.all([
2829
glob(source.pattern, { cwd: source.path, absolute: true }),

0 commit comments

Comments
 (0)