CodeLenny / auto-comment-bot

Automatically post comments on issues and pull requests
0 stars 0 forks source link

Catch EJS errors? #21

Open CodeLenny opened 6 years ago

CodeLenny commented 6 years ago

Should EJS errors be caught? Parsing:

<%= some.undefined.object %>

Will throw an error. Should this be caught and dealt with, or will throwing errors not cause any problems?