overleaf / spelling

The backend spellcheck API that performs spell checking for Overleaf
GNU Affero General Public License v3.0
9 stars 17 forks source link

fixed renaming missing callback #28

Closed mserranom closed 5 years ago

mserranom commented 5 years ago

fs.rename now requires a callback, after upgrading from v6 to v10:

https://github.com/nodejs/node/blob/v10.16.0/lib/fs.js#L136 https://github.com/nodejs/node/blob/v6.16.0/lib/fs.js#L115 https://github.com/nodejs/node/blob/v10.16.0/lib/internal/errors.js#L715