better wording

This commit is contained in:
Chris Allen 2016-03-17 14:35:15 -05:00
parent 7e10d87492
commit 776007ffa3

View File

@ -285,7 +285,7 @@ withResponse' getter errTrace f = maybe err f . getter =<< ST.get
msg = if null errTrace
then "There was no response, you should make a request."
else
"There was no response, you should make a request. A request was requested because: \n - "
"There was no response, you should make a request. A response was needed because: \n - "
<> T.intercalate "\n - " errTrace
-- | Performs a given action using the last response. Use this to create