smaller cleanups
This commit is contained in:
parent
0447d72e71
commit
99ab66b419
2 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ main = do
|
|||
else do
|
||||
configE <- parseFile (head args)
|
||||
case configE of
|
||||
Left text -> hPutStr stderr text
|
||||
Left text -> reportError text
|
||||
Right config -> do
|
||||
bs <- request
|
||||
let eitherTable = parseBString bs
|
||||
|
|
Loading…
Reference in a new issue