use `fs.promises` instead of using `util.promisify` on callback based async functions from `fs`
Closed this issue · 1 comments
samualtnorman commented
so it might turn out that although there is no module fs/promises
, node 12 does have a promises
export from fs
woops
samualtnorman commented
fixed in c4ea48a