malgorithms / toffee

a NodeJS and browser templating language based on coffeescript, with the slickest syntax ever
MIT License
174 stars 10 forks source link

Should return an `Error` object on failure, and not a `string` #24

Closed maxtaco closed 10 years ago

maxtaco commented 10 years ago

Engine.render is at least one place where an error yields a string in the first callback slot, rather than an Error object

malgorithms commented 10 years ago

Fixed 2 spots and bumped to v 0.1.7. If you see another let me know what the error string is and that will help me track it down.

maxtaco commented 10 years ago

thanls!

On Sat, Mar 22, 2014 at 5:27 PM, Chris Coyne notifications@github.comwrote:

Closed #24 https://github.com/malgorithms/toffee/issues/24.

Reply to this email directly or view it on GitHubhttps://github.com/malgorithms/toffee/issues/24 .