-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic: reached end of file before reaching end identifier #102
Comments
Just ran into the same thing. |
same issue I ran |
At least in my case, the error is caused by having OSC8 hyperlinks in the output stream. One way to reliably cause this failure is to use eza:
May be related to gonvenience/bunt#48 |
Ref: homeport/termshot#220 Ref: homeport/termshot#102 Change skip logic to support both BEL and ST as terminator.
Ref: homeport/termshot#220 Ref: homeport/termshot#102 Change skip logic to support both BEL and ST as terminator.
I was finally able to reliably reproduce the issue locally. In my case, it was due to |
I'm trying to use
termshot
to capture Nushell output, and it panics.This is with v0.2.5 of
termshot
.The text was updated successfully, but these errors were encountered: