Closed asaparov closed 4 years ago
Fixed issue with node.js 14 where the data argument of writeFileSync can no longer be a number.
data
writeFileSync
Thank you for your contribution :)
No problem! Do you need to do something on your end to publish to npm?
Sorry i forgot i had to do this manually, publish is done
Fixed issue with node.js 14 where the
data
argument ofwriteFileSync
can no longer be a number.