-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid using Dirent.path and Dirent.parentPath since they are not avai…
…lable in earlier Node 18.x versions Dirent.path was added in Node 18.17.0 and then deprecated in Node 18.20.0. Dirent.parentPath was added in Node 18.20.0. In order to keep compatibility with versions of Node before 18.17.0, don't use Dirent.path or Dirent.parentPath.
- Loading branch information
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters