Skip to content
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

fix bug not showing empty lines when streaming #411

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Conversation

PCSwingle
Copy link
Member

Because we strip the line before checking if it's special, a new line with nothing but whitespace characters would always be a positive even after the newline character was added. Now, it only matches if it's a new line and there were non whitespace characters in the line as well.

@PCSwingle PCSwingle merged commit c751087 into main Dec 19, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants