Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
minoritea committed May 17, 2022
1 parent 2fcb348 commit bd71bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (watcher *watcher) watch() error {
return err
}

if strings.HasPrefix(line.Text, "#") {
if strings.HasPrefix(line.Text, "#") || line.Text == "" {
continue
}

Expand Down

0 comments on commit bd71bde

Please sign in to comment.