mirror of
https://codeberg.org/scip/tablizer.git
synced 2026-02-04 10:20:59 +01:00
oops :)
This commit is contained in:
@@ -247,7 +247,6 @@ func reduceColumns(conf cfg.Config, data *Tabdata) {
|
|||||||
|
|
||||||
func colorizeData(conf cfg.Config, output string) string {
|
func colorizeData(conf cfg.Config, output string) string {
|
||||||
if !conf.NoColor && !color.IsConsole(os.Stdout) {
|
if !conf.NoColor && !color.IsConsole(os.Stdout) {
|
||||||
panic(1)
|
|
||||||
return output
|
return output
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user