marcwan / LearningNodeJS

Source code to accompany my book, "Learning Node.JS"
280 stars 245 forks source link

Fixed bad send_failure() call #37

Closed antoniom closed 7 years ago

antoniom commented 7 years ago

send_failure should be called from helpers module using 3 arguments.

marcwan commented 7 years ago

Thanks so much for the pull request!!!