rkusa / koa-formidable

Formidable middleware for Koa
MIT License
25 stars 2 forks source link

deprecation warning #3

Closed kilianc closed 8 years ago

kilianc commented 9 years ago
.write(string, encoding, offset, length) is deprecated. Use write(string[, offset[, length]][, encoding]) instead.
rkusa commented 9 years ago

see felixge/node-formidable#309

thanks for reporting