mirror of
https://github.com/rm-dr/daisy
synced 2025-02-21 22:49:24 -08:00
Minor bug
This commit is contained in:
parent
0497cd810d
commit
7ecdfae6fc
@ -65,7 +65,7 @@ fn treeify_binary(
|
||||
} else {
|
||||
let tl = *this.get_line_location();
|
||||
return Err((
|
||||
LineLocation{pos: tl.pos, len: l.pos - tl.pos + l.len},
|
||||
LineLocation{pos: l.pos, len: tl.pos - l.pos + tl.len},
|
||||
ParserError::Syntax
|
||||
));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user