chrismccord / phoenix_haml

Phoenix Template Engine for Haml
MIT License
158 stars 42 forks source link

Calliope parse error does not show file name #29

Closed smpallen99 closed 8 years ago

smpallen99 commented 8 years ago

Showing file name on parse error would be very helpful. I'm raising this issue here since the file name is not passed to Calliope.

I propose we catch the exception here, pretend the file name and reraise.

I can submit a pull request.

smpallen99 commented 8 years ago

Thanks for merging the pull request Chris.