From dcf17238a660a437a7ccf6a824d168805f1f58b4 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Mon, 19 Jan 2026 13:57:30 +0100 Subject: [PATCH] oops :) --- lib/helpers.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/helpers.go b/lib/helpers.go index ab291b7..bd9582e 100644 --- a/lib/helpers.go +++ b/lib/helpers.go @@ -247,7 +247,6 @@ func reduceColumns(conf cfg.Config, data *Tabdata) { func colorizeData(conf cfg.Config, output string) string { if !conf.NoColor && !color.IsConsole(os.Stdout) { - panic(1) return output }