Fix remaining FIXME for tty error color output.

This commit is contained in:
Vidar Holen 2015-12-06 12:48:53 -08:00
commit b4390414ef
5 changed files with 37 additions and 31 deletions

View file

@ -48,7 +48,6 @@ checkScript sys spec = do
results <- checkScript (csScript spec)
return CheckResult {
crFilename = csFilename spec,
crColorOption = csColorOption spec,
crComments = results
}
where