Skip to content

Commit f595083

Browse files
committed
☕ Fix gen-option script
1 parent a70a186 commit f595083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/gen-option/parse.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function parse(content: string) {
4040
name: string;
4141
start: number;
4242
block: string;
43-
err: Error;
43+
err: unknown;
4444
}[] = [];
4545
let last = -1;
4646
for (const match of content.matchAll(/\*'(\w+)'\*/g)) {

0 commit comments

Comments
 (0)