This commit is contained in:
ston1th 2019-05-05 19:22:28 +02:00
commit 55b8218860
3 changed files with 2 additions and 3 deletions

View file

@ -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 {