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 PromptYes -> do
res <- install' bs input res <- install' bs input
case res of case res of
(Left err) -> pure $ Left (prettyShow err) (Left err) -> pure $ Left err
(Right _) -> do (Right _) -> do
logInfo "Setting now..." logInfo "Setting now..."
set' bs input set' bs input