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
Sometimes, especially when using elm-codegen the files may temporarily be invalid Elm code. My suggestion is that if a file fails to parse, try to read it again from disk after a small while, and - if it's different - try parsing again.
Sometimes, especially when using
elm-codegenthe files may temporarily be invalid Elm code. My suggestion is that if a file fails to parse, try to read it again from disk after a small while, and - if it's different - try parsing again.