forked from extern/nushell
Fix issue with unexpected EOF rendering in miette
This commit is contained in:
parent
dbfd2808ba
commit
c87414e462
@ -168,7 +168,7 @@ pub fn lex_item(
|
||||
(delim as char).to_string(),
|
||||
Span {
|
||||
start: span.end,
|
||||
end: span.end + 1,
|
||||
end: span.end,
|
||||
},
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user