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

Remove Warning about Deprecated calling function

Open denis-zavgorodny opened this issue 6 years ago • 0 comments

[DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.

s.unlinkSync should call with a callback. I add an empty callback function to avoid the warning.

denis-zavgorodny avatar Aug 22 '18 17:08 denis-zavgorodny