Make empty directory warning more visually distinct from errors

This commit is contained in:
2024-01-17 23:13:08 -05:00
parent cd78442257
commit 9e7b6aa61d
+1 -1
View File
@@ -157,7 +157,7 @@ func EntryListGen() {
} else { } else {
fmt.Printf("\n\n\033[38;5;7;48;5;8m%s/\033[0m\n", strings.ReplaceAll(directory, PathSeparator, "/")) fmt.Printf("\n\n\033[38;5;7;48;5;8m%s/\033[0m\n", strings.ReplaceAll(directory, PathSeparator, "/"))
} }
fmt.Print("\033[38;5;9m-Empty Directory-\033[0m") fmt.Print("\033[38;5;11m-empty directory-\033[0m")
} }
} }
} else if !ran { } else if !ran {