mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-25 12:52:27 +03:00
Pass through build errors for single-page renders.
This commit is contained in:
parent
3417c8992e
commit
08f260a237
@ -791,8 +791,8 @@ nextStepToEffect contentCache config model ( updatedStaticResponsesModel, nextSt
|
|||||||
sendSinglePageProgress value config model pageAndMetadata
|
sendSinglePageProgress value config model pageAndMetadata
|
||||||
|> Just
|
|> Just
|
||||||
|
|
||||||
ToJsPayload.Errors _ ->
|
ToJsPayload.Errors errors ->
|
||||||
Nothing
|
errors |> ToJsPayload.Errors |> Effect.SendJsData |> Just
|
||||||
|
|
||||||
ToJsPayload.ApiResponse ->
|
ToJsPayload.ApiResponse ->
|
||||||
Nothing
|
Nothing
|
||||||
|
Loading…
Reference in New Issue
Block a user