fs.readFile behavior when file is null

node v6.17.1
endpointsharetweet
require('fs').readFile(null, (err, data) => { if (err) return console.error(err) console.log(data) })
Loading…

no comments

    sign in to comment