Skip to content

Commit c1303ce

Browse files
authored
Update lib/util/parseFile.ts
1 parent 145a30a commit c1303ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util/parseFile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const getChange = (
9494
const syntaxList = node.getChildren()[syntaxListIndex];
9595

9696
if (!syntaxList) {
97-
throw new Error('syntaxlist missing');
97+
throw new Error('syntaxList missing');
9898
}
9999

100100
const firstKeywordToDeleteIndex = syntaxList

0 commit comments

Comments
 (0)