-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: replace
path.join()
with path.resolve()
for abs. path r…
…es. (#164) replaces instances of `path.join()` with `path.resolve()` to ensure absolute path resolution across the project. The change addresses potential issues with relative paths and improves compatibility across different operating systems by considering the current working directory in path resolution. This modification enhances the robustness of path handling, particularly in scenarios where the execution context's base directory is crucial for correct path construction.
- Loading branch information
Showing
1 changed file
with
22 additions
and
22 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