Skip to content

Commit

Permalink
Update unison-cli/src/Unison/CommandLine/OutputMessages.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
aryairani authored Jan 15, 2024
1 parent 8aace56 commit 48c811c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unison-cli/src/Unison/CommandLine/OutputMessages.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2353,6 +2353,7 @@ prettyEntityValidationError = \case
P.wrap $ "The error was: " <> P.text err
]
Share.HashResolutionFailure hash ->
-- See https://github.com/unisonweb/unison/pull/4381#discussion_r1452652087 for discussion.
P.lines
[ P.wrap $ "Failed to resolve data when hashing " <> prettyHash32 hash <> ".",
"Please create an issue and report this to the Unison team"
Expand Down

0 comments on commit 48c811c

Please sign in to comment.