Skip to content

Commit f4c479b

Browse files
author
Kevan Stannard
committed
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

+1-1
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)