node-tesseract icon indicating copy to clipboard operation
node-tesseract copied to clipboard

Fixing DEP0013

Open TrueBoxGuy opened this issue 6 years ago • 0 comments

This change stops Node JS from complaining about a violation of DEP0013 (fs asynchronous function without callback) by fixing the problem. It adds a callback to fs.unsync, it uses the same method the rest of the code uses to handle errors.

TrueBoxGuy avatar Jun 17 '18 19:06 TrueBoxGuy