mirror of
https://github.com/anoma/juvix.git
synced 2024-12-12 14:28:08 +03:00
8eb4c64f5d
Previously if you call Juvix on a file that doesn't exist you get the error: ``` $ juvix compile /i/don't/exist.juvix juvix: /i/dont: changeWorkingDirectory: does not exist (No such file or directory) ``` After this change you will see: ``` $ juvix compile /i/don't/exist.juvix The input path "/i/dont/exist.juvix" does not exist ``` |
||
---|---|---|
.. | ||
Options.hs |