Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f4c479b

Browse files
author
Kevan Stannard
committedJan 5, 2021
Remove unnecessary catch
1 parent 6bc52ba commit f4c479b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/extract-syntax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ const extractSyntax = async version => {
3434
fs.writeFileSync(SYNTAX_INDEX_FILE, JSON.stringify(syntaxIndex), "utf8");
3535
};
3636

37-
extractSyntax().catch(console.error)
37+
extractSyntax()

0 commit comments

Comments
 (0)
Please sign in to comment.