We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c4eee commit f69385eCopy full SHA for f69385e
src/build/patches.ts
@@ -42,7 +42,7 @@ export function parseKDL(kdlText: string) {
42
}
43
44
/**
45
- * Recursively collect all KDL file URLs in a directory.
+ * Collect all file URLs in a directory.
46
*/
47
async function getAllKDLFileURLs(folder: URL): Promise<URL[]> {
48
const entries = await readdir(folder, { withFileTypes: true });
0 commit comments