Skip to content

Commit e333325

Browse files
Remove unused catch() variable
1 parent 7d7a999 commit e333325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/demo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function onClickGenerate(): void {
6161
if (!$form.reportValidity()) {
6262
return;
6363
}
64-
} catch (ex) {
64+
} catch {
6565
// Ignore browsers that don't support reportValidity()
6666
}
6767

0 commit comments

Comments
 (0)