Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: import constants from fs, not fs/promises
`constants` was added to fs/promises in Node.js 18.4. Since we still support 18.0, it must be imported from fs. Thanks n/no-unsupported-features/node-builtins for warning about it! Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
- Loading branch information