mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-27 21:29:55 +03:00
Fix error in script.
This commit is contained in:
parent
9fa1f76eba
commit
fd08eda9f7
@ -1,5 +1,6 @@
|
||||
module Cli exposing (run)
|
||||
|
||||
import BackendTask
|
||||
import Cli.Option as Option
|
||||
import Cli.OptionsParser as OptionsParser
|
||||
import Cli.Program as Program
|
||||
@ -31,6 +32,7 @@ run =
|
||||
{ path = "app/" ++ file.path
|
||||
, body = file.contents
|
||||
}
|
||||
|> BackendTask.throw
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user