Skip to content

Commit b6b35da

Browse files
committed
Update
1 parent da82d60 commit b6b35da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FileFormats/LP/read.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ struct ParseError <: Exception
279279
end
280280

281281
function _throw_parse_error(state::_LexerState, token::_Token, msg::String)
282-
offset = min(20, token.pos)
282+
offset = min(40, token.pos)
283283
seek(state.io, token.pos - offset)
284284
line = String(read(state.io, 2 * offset))
285285
i = something(findprev('\n', line, offset-1), 0)

0 commit comments

Comments
 (0)