node-tesseract
node-tesseract copied to clipboard
Fixing DEP0013
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.