Merge branch 'master' into refactoring
This commit is contained in:
@@ -38,7 +38,7 @@ func (p *Parser) Error(msg string) {
|
||||
if p.errHandlerFunc == nil {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
var pos = p.currentToken.Position
|
||||
p.errHandlerFunc(errors.NewError(msg, &pos))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user