Closed porglezomp closed 8 years ago
Running elm-format on a buffer which hasn't been saved yet spits the following
Could not find any .elm files on the specified paths: /home/caleb/dumb.elm Please check the given paths.
out at your cursor. Similarly, formatting a file with a syntax error places
Processing file /home/caleb/dumb.elm ERRORS
at your cursor.
To reproduce, create a new empty file test.elm and then hit C-c C-f. Also, save the file and hit C-c C-f.
test.elm
C-c C-f
This should now be fixed, thanks!
Running elm-format on a buffer which hasn't been saved yet spits the following
out at your cursor. Similarly, formatting a file with a syntax error places
at your cursor.
To reproduce, create a new empty file
test.elm
and then hitC-c C-f
. Also, save the file and hitC-c C-f
.