mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 02:27:30 -07:00
Fix remaining FIXME for tty error color output.
This commit is contained in:
parent
8acd5b13cd
commit
b4390414ef
5 changed files with 37 additions and 31 deletions
|
@ -48,7 +48,6 @@ checkScript sys spec = do
|
|||
results <- checkScript (csScript spec)
|
||||
return CheckResult {
|
||||
crFilename = csFilename spec,
|
||||
crColorOption = csColorOption spec,
|
||||
crComments = results
|
||||
}
|
||||
where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue