Skip to content

Commit

Permalink
Update lib/util/parseFile.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kazushisan authored Dec 17, 2024
1 parent 145a30a commit c1303ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/parseFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const getChange = (
const syntaxList = node.getChildren()[syntaxListIndex];

if (!syntaxList) {
throw new Error('syntaxlist missing');
throw new Error('syntaxList missing');
}

const firstKeywordToDeleteIndex = syntaxList
Expand Down

0 comments on commit c1303ce

Please sign in to comment.