elm / browser

Create Elm programs that run in browsers!
https://package.elm-lang.org/packages/elm/browser/latest/
BSD 3-Clause "New" or "Revised" License
312 stars 64 forks source link

Runtime exception in compiled elm script #113

Open snatvb opened 4 years ago

snatvb commented 4 years ago

image

Hello, I found this when I was tried change url(redirect) without "/", I forgot added that and I got exception in elm script

https://github.com/snatvb/employee-journal/tree/runtime-broken

https://github.com/snatvb/employee-journal/blob/runtime-broken/src/View/Home.elm#L63 https://github.com/snatvb/employee-journal/blob/runtime-broken/src/Main.elm#L87

(at first I created the issue here https://github.com/elm/core/issues/1086)