mogenslund/liquid

Trying to write file in nonexistent directory crashes instead of asking to create directory.

acgollapalli opened this issue · 1 comments

This might be as much a feature request as it is a bug, but the editor should say something along the lines of "This filepath does not exist, create it?" instead of crashing.

Actually, I think adding (io/make-parents path) to the write-file function might be a serviceable solution. at least for right now. See pull request above.