Skip to content

Commit 575cbc5

Browse files
ogwataCopilot
andauthored
Update src/loaders/vfm-loader.ts
component definitely makes the instructions clearer and maintains consistency with Starlight's UI. I'll apply this change. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7d20a11 commit 575cbc5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/loaders/vfm-loader.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ async function collectMarkdownFiles(dir: string, baseDir: string): Promise<strin
5555
}
5656
} catch (error) {
5757
console.warn(`Warning: Could not read directory ${dir}:`, error);
58+
throw error;
5859
}
5960

6061
return files;

0 commit comments

Comments
 (0)