mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
fixing empty catch clauses ... Issue #470
This commit is contained in:
@@ -378,7 +378,6 @@ grammar: {
|
||||
# A catch clause names its error and runs a block of code.
|
||||
Catch: [
|
||||
o "CATCH Identifier Block", -> [$2, $3]
|
||||
o "CATCH Identifier TERMINATOR", -> [$2, new Expressions]
|
||||
]
|
||||
|
||||
# Throw an exception object.
|
||||
|
||||
Reference in New Issue
Block a user