@ -92,7 +92,7 @@ func removeSuffix(suffix string) filepath.WalkFunc {
}
func normalize(p string, f os.DirEntry, err error) error {
if f == nil {
if f == nil || f.IsDir() {
return nil
The note is not visible to the blocked user.