mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-05 08:37:20 -04:00
Make empty directory warning more visually distinct from errors
This commit is contained in:
+1
-1
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user