Skip to content

Commit

Permalink
Merge pull request #102 from input-output-hk/cad-2325-add-warnings-to…
Browse files Browse the repository at this point in the history
…-errors

CAD-2325: add Warnings in Errors tab.
  • Loading branch information
Denis Shevchenko committed Nov 24, 2020
2 parents f03d23b + 3e1e59a commit 1052587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cardano/RTView/ErrorBuffer.hs
Expand Up @@ -62,7 +62,7 @@ instance IsEffectuator ErrorBuffer a where
case locontent of
LogValue _ _ -> False
LogError _ -> True
_ -> severity lometa >= Error
_ -> severity lometa >= Warning

handleOverflow _ = TIO.hPutStrLn stderr "Notice: overflow in ErrorBuffer, dropping log items!"

Expand Down

0 comments on commit 1052587

Please sign in to comment.