mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 06:05:31 +03:00
Remove todo.
This commit is contained in:
parent
c79d736844
commit
1aeb33c79c
@ -824,13 +824,10 @@ sendStaticResponsesIfDone config siteMetadata mode secrets allRawResponses error
|
||||
Just
|
||||
{ title = "Generate Files Error"
|
||||
, message =
|
||||
[ Terminal.text "I encountered an Err in the generateFiles for the path TODO."
|
||||
, Terminal.text <| "\nError: " ++ error
|
||||
[ Terminal.text "I encountered an Err from your generateFiles function. Message:\n"
|
||||
, Terminal.text <| "Error: " ++ error
|
||||
]
|
||||
|
||||
-- List Terminal.Text
|
||||
}
|
||||
--Just error
|
||||
)
|
||||
|
||||
allErrors : List BuildError
|
||||
|
Loading…
Reference in New Issue
Block a user