mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 06:05:31 +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
|
||||
, writeFile
|
||||
, log
|
||||
, Error(..)
|
||||
)
|
||||
|
||||
{-|
|
||||
@ -21,6 +22,11 @@ module Pages.Script exposing
|
||||
|
||||
@docs log
|
||||
|
||||
|
||||
## Errors
|
||||
|
||||
@docs Error
|
||||
|
||||
-}
|
||||
|
||||
import Cli.OptionsParser as OptionsParser
|
||||
@ -39,6 +45,7 @@ type alias Script =
|
||||
Pages.Internal.Script.Script
|
||||
|
||||
|
||||
{-| -}
|
||||
type Error
|
||||
= --TODO make more descriptive
|
||||
FileWriteError
|
||||
|
Loading…
Reference in New Issue
Block a user