ForbesLindesay / sha

Check and get file hashes using sha1, md5 etc....

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add meta to error object

legodude17 opened this issue · comments

I would suggest that the expected, actual, and file variables be added as properties to the error object before calling cb with it. This is for npm/npm#15203.

Great idea, would you be able to submit a pull request for this?

Okay, I submitted a pull request: #14. Please review!