mirror of
https://github.com/robertkrimen/otto
synced 2025-10-12 20:27:30 +08:00
Fix: parse_statement.go:184: function ends without a return statement
This commit is contained in:
parent
6c5259a651
commit
2e0fe63a64
|
@ -193,6 +193,7 @@ func (self *_parser) parseInIteration(parse func() _node) []_node {
|
|||
default:
|
||||
return []_node{node}
|
||||
}
|
||||
panic("")
|
||||
}
|
||||
|
||||
func (self *_parser) ParseDoWhile() _node {
|
||||
|
|
Loading…
Reference in New Issue
Block a user