We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cf8f4 commit 299a4b1Copy full SHA for 299a4b1
src/validation.js
@@ -378,7 +378,8 @@ const validation = {
378
// WINDOWS
379
/**
380
* Ensures the Windows file path is valid and exists.
381
- * Resolves any environment variables to absolute paths.
+ * Resolves any environment variables to absolute paths
382
+ * during validation (original input path is not mutated).
383
* If no valid filePath is presented, deleted "windows" object.
384
*
385
* @example
0 commit comments