mirror of
https://github.com/netbirdio/easyjson.git
synced 2026-05-22 18:44:42 -07:00
Renamed method
This commit is contained in:
+1
-1
@@ -1026,7 +1026,7 @@ func (r *Lexer) AddError(e error) {
|
||||
}
|
||||
}
|
||||
|
||||
func (r *Lexer) AddMultipleError(e error) {
|
||||
func (r *Lexer) AddNonFatalError(e error) {
|
||||
r.addNonfatalError(&LexerError{
|
||||
Offset: r.start,
|
||||
Data: string(r.Data[r.start:r.pos]),
|
||||
|
||||
Reference in New Issue
Block a user