removes `prettyShow` from error case in BrickMain set'

This commit is contained in:
Arjun Kathuria 2022-07-10 09:52:57 +05:30
parent e9740d13fc
commit 3d49f79beb
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ set' bs input@(_, ListResult {..}) = do
PromptYes -> do
res <- install' bs input
case res of
(Left err) -> pure $ Left (prettyShow err)
(Left err) -> pure $ Left err
(Right _) -> do
logInfo "Setting now..."
set' bs input