Skip to content

Commit 72303fd

Browse files
Bashamegasaschanaz
andauthored
Update src/build/patches.ts
Co-authored-by: Kagami Sascha Rosylight <[email protected]>
1 parent 609c174 commit 72303fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/patches.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { merge } from "./helpers.js";
66
/**
77
* Converts patch files in KDL to match the [types](types.d.ts).
88
*/
9-
export function parseKDL(kdlText: string) {
9+
function parseKDL(kdlText: string) {
1010
const { output, errors } = parse(kdlText);
1111

1212
if (errors.length) {

0 commit comments

Comments
 (0)