Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jan 7, 2025
1 parent f924297 commit de16282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func (w *Watcher) Scan() (*ScanResult, error) {
if w.ignorePattern != "" && regIgnore.Match(line) {
continue
}

if regMatch.Match(line) {
lineStr := string(line)
if firstLine == "" {
firstLine = lineStr
Expand Down

0 comments on commit de16282

Please sign in to comment.