samualtnorman/hackmud-script-manager

use `fs.promises` instead of using `util.promisify` on callback based async functions from `fs`

Closed this issue · 1 comments

so it might turn out that although there is no module fs/promises, node 12 does have a promises export from fs
woops