You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just because the table writer can't print a table doesn't mean we have to kill the whole program. I suggest changing all panics to logging, if needed I will open a pull request.
Thanks!
The text was updated successfully, but these errors were encountered:
Instead of killing the whole process, we should just print a warning telling the user what is wrong, so the user will see the error rather than a table.
jm33-m0
added a commit
to jm33-m0/tablewriter
that referenced
this issue
Dec 21, 2024
For example:
tablewriter/table_with_color.go
Lines 115 to 122 in df64c4b
Just because the table writer can't print a table doesn't mean we have to kill the whole program. I suggest changing all panics to logging, if needed I will open a pull request.
Thanks!
The text was updated successfully, but these errors were encountered: