cleanup
This commit is contained in:
parent
0e914c629e
commit
55b8218860
3 changed files with 2 additions and 3 deletions
|
|
@ -126,7 +126,6 @@ func (s *Scanner) Scan(file string) (filename, text string, err error) {
|
|||
log.Debugf("%s %v", txtCmd.Path, txtCmd.Args)
|
||||
txt, err := timeout(txtCmd, s.timeout)
|
||||
if err != nil {
|
||||
log.Debugf("killed", err)
|
||||
return
|
||||
}
|
||||
if len(txt) <= 2 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue