mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-19 18:47:03 +00:00
ui: Get UI to compile with Elm 0.19
This commit is contained in:
@@ -42,11 +42,11 @@ errorString error =
|
||||
"HTTP Network error"
|
||||
|
||||
Http.BadStatus res ->
|
||||
"Bad HTTP status: " ++ toString res.status.code
|
||||
"Bad HTTP status: " ++ String.fromInt res.status.code
|
||||
|
||||
Http.BadPayload msg res ->
|
||||
"Bad HTTP payload: "
|
||||
++ msg
|
||||
++ " ("
|
||||
++ toString res.status.code
|
||||
++ String.fromInt res.status.code
|
||||
++ ")"
|
||||
|
||||
Reference in New Issue
Block a user