You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when running elm-json upgrade --unsafe with my elm.json:
$ elm-json upgrade --unsafe
thread 'main' panicked at 'IndexMap: key not found', /home/travis/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.0.2/src/map.rs:1654:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
This is with version 0.2.6:
$ elm-json --version
elm-json 0.2.6
This can be reproduced with the following elm.json, note that it works correctly without the --unsafe:
I get the following error when running
elm-json upgrade --unsafe
with myelm.json
:This is with version 0.2.6:
This can be reproduced with the following
elm.json
, note that it works correctly without the--unsafe
:Running with
RUST_BACKTRACE
does not give much more information:The text was updated successfully, but these errors were encountered: