We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d912d28 commit feb30b4Copy full SHA for feb30b4
src/Output.hs
@@ -22,8 +22,8 @@ outputResults shortOutput results = do
22
if shortOutput
23
then putStrLn $ toS $ encode status
24
else putStrLn $ toS $ encode out
25
- --when (any (/="success") status) $
26
- -- exitWith (ExitFailure 2)
+ when (any (/="success") status) $
+ exitWith (ExitFailure 2)
27
28
outputEitherResults:: Bool -> Either String [Object] -> IO ()
29
outputEitherResults shortOutput eRes =
0 commit comments