Skip to content

bug: fix tail while empty line#262

Merged
jwilder merged 1 commit intojwilder:masterfrom
Improwised:master
Dec 25, 2025
Merged

bug: fix tail while empty line#262
jwilder merged 1 commit intojwilder:masterfrom
Improwised:master

Conversation

@munir131
Copy link

line == nil was in else part so, it was always going into if part and line was nil and error was that. Which was causing issue for empty file. When new application start file will be empty and we were getting that error.

#191

@jwilder jwilder merged commit e60fee4 into jwilder:master Dec 25, 2025
1 check 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