Skip to content

Commit ac0e253

Browse files
committed
patch: types
1 parent 82c47f9 commit ac0e253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/utils/kdl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export function parseKDL(kdlText: string) {
105105
}
106106
export default async function readInputKDL(
107107
path: string,
108-
inputFolder: string,
108+
inputFolder: URL,
109109
): Promise<any> {
110110
const text = await readFile(new URL(path, inputFolder), "utf8");
111111
return parseKDL(text);

0 commit comments

Comments
 (0)