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

fs.close Error with new versions of node

Open jorgeamuniz opened this issue 6 years ago • 0 comments

Line 26: fs.close(geo2);

Should be changed to:

fs.closeSync(geo2);

jorgeamuniz avatar Apr 16 '20 19:04 jorgeamuniz