Skip to content

Commit 299a4b1

Browse files
Comment
1 parent 76cf8f4 commit 299a4b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/validation.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,8 @@ const validation = {
378378
// WINDOWS
379379
/**
380380
* Ensures the Windows file path is valid and exists.
381-
* Resolves any environment variables to absolute paths.
381+
* Resolves any environment variables to absolute paths
382+
* during validation (original input path is not mutated).
382383
* If no valid filePath is presented, deleted "windows" object.
383384
*
384385
* @example

0 commit comments

Comments
 (0)