Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaredWilcurt authored Jan 6, 2024
1 parent 76cf8f4 commit 299a4b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,8 @@ const validation = {
// WINDOWS
/**
* Ensures the Windows file path is valid and exists.
* Resolves any environment variables to absolute paths.
* Resolves any environment variables to absolute paths
* during validation (original input path is not mutated).
* If no valid filePath is presented, deleted "windows" object.
*
* @example
Expand Down

0 comments on commit 299a4b1

Please sign in to comment.