diff --git a/pkg/scan/scanner.go b/pkg/scan/scanner.go index f9f96f9..ddd070c 100644 --- a/pkg/scan/scanner.go +++ b/pkg/scan/scanner.go @@ -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 { diff --git a/templates/dir.html b/templates/dir.html index 26466ef..d553459 100644 --- a/templates/dir.html +++ b/templates/dir.html @@ -43,7 +43,7 @@ File
{{if $item.Scan}} - Scanning.. + Scanning {{else}} {{if not $item.Flag}} Index diff --git a/templates/file.html b/templates/file.html index 03f2c6d..1a0bf6e 100644 --- a/templates/file.html +++ b/templates/file.html @@ -10,7 +10,7 @@
{{if .Data.Scan}} - Scanning.. + Scanning {{else}} {{if not .Data.Flag}} Index