express-formidable icon indicating copy to clipboard operation
express-formidable copied to clipboard

error handling on processing incoming form

Open justinclagg opened this issue 9 years ago • 1 comments

We were getting errors at "formidable/lib/incoming_form.js", resulting in an uncaught exception. I added form.on('error', callback) to handle these types of errors.

justinclagg avatar Oct 25 '16 02:10 justinclagg

This change is not necessary anymore, right?

xargsyan avatar Jan 27 '19 11:01 xargsyan