@ -124,8 +124,8 @@ func scanFileUnderPath(rootDir string, scope string, logger *zap.Logger, replay
//
if file.IsDir() {
fsize = "0"
hash = ""
fsize = "-"
hash = "-"
} else {
fsize = fmt.Sprintf("%d", fileinfo.Size())
hash = util.CalacHash(realpath)