Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: incorrect usage of
fs.mkdir
which does not return a promise
Need to use `fs.promises.mkdir` instead. Also switched this to a little more readable part.
- Loading branch information