node-formidable / formidable

The most used, flexible, fast and streaming parser for multipart form data. Supports uploading to serverless environments, AWS S3, Azure, GCP or the filesystem. Used in production.
MIT License
7k stars 680 forks source link

feat: update deps of v2 #907

Closed tunnckoCore closed 1 year ago

tunnckoCore commented 1 year ago

Update deps of v2 branch

tunnckoCore commented 1 year ago

Well.. Somehow got something else here too, but OK :laughing:

I think I know why the test is failing. There's throw err instead of done(err). Duh.. in this file are A TON of callbacks LOL.