Print warning when a tab is discovered where it shouldn't be

This commit is contained in:
2022-08-10 01:22:53 -04:00
parent 0d2d10fe04
commit 245798f33d
3 changed files with 18 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ func (err Error) Error () (formattedMessage string) {
columnCountdown --
}
for err.width > 1 {
// TODO: for tabs, print out 8 of these instead.
formattedMessage += "-"
}
formattedMessage += "-\n"