elm / error-message-catalog

A catalog of broken Elm programs / data to improve error messages
BSD 3-Clause "New" or "Revised" License
173 stars 17 forks source link

Inconsistent slashes in paths #221

Open drathier opened 7 years ago

drathier commented 7 years ago

On Windows, Elm 0.18.0, I just got this path in an error message:

-- TYPE MISMATCH ------------------------------------- .\../src\Things\Parser.elm

"../src" is in my elm-package.json, so that part probably comes from there. I'd expect either / or \, but not both. This is from running elm-test, which is why there's a ../ in the source-directories.