pixie-lang / dust

Magic fairy dust for pixie, i.e. tooling around the language.
GNU Lesser General Public License v3.0
93 stars 14 forks source link

Present error messages nicer #22

Closed justinj closed 9 years ago

justinj commented 9 years ago

I'm not sure what is preferred, but this makes errors displayed like:

$ dust get-deps
Dust encountered an error: "Dust did not find 'project.edn'"
heyLu commented 9 years ago

Thanks, nicer messages are better. If we want to track down things in development we can just remove/disable the try-catch temporarily.

heyLu commented 9 years ago

Thanks!