mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-30 23:06:10 +03:00
Expose Script.Error type.
This commit is contained in:
parent
18c5cb7d9e
commit
12935c577b
@ -3,6 +3,7 @@ module Pages.Script exposing
|
|||||||
, withCliOptions, withoutCliOptions
|
, withCliOptions, withoutCliOptions
|
||||||
, writeFile
|
, writeFile
|
||||||
, log
|
, log
|
||||||
|
, Error(..)
|
||||||
)
|
)
|
||||||
|
|
||||||
{-|
|
{-|
|
||||||
@ -21,6 +22,11 @@ module Pages.Script exposing
|
|||||||
|
|
||||||
@docs log
|
@docs log
|
||||||
|
|
||||||
|
|
||||||
|
## Errors
|
||||||
|
|
||||||
|
@docs Error
|
||||||
|
|
||||||
-}
|
-}
|
||||||
|
|
||||||
import Cli.OptionsParser as OptionsParser
|
import Cli.OptionsParser as OptionsParser
|
||||||
@ -39,6 +45,7 @@ type alias Script =
|
|||||||
Pages.Internal.Script.Script
|
Pages.Internal.Script.Script
|
||||||
|
|
||||||
|
|
||||||
|
{-| -}
|
||||||
type Error
|
type Error
|
||||||
= --TODO make more descriptive
|
= --TODO make more descriptive
|
||||||
FileWriteError
|
FileWriteError
|
||||||
|
Loading…
Reference in New Issue
Block a user