Skip to content

Commit ef90fb1

Browse files
Change command behavior to get proper path on Windows.
1 parent db55cc0 commit ef90fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/path.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function filesystemPathHelpers () {
7373
* Returns the absolute path of the current working directory.
7474
*/
7575
cwd () {
76-
return nodePath.join(process.cwd(), nodePath.sep);
76+
return getPathFromOs(nodePath.join(process.cwd(), nodePath.sep));
7777
}
7878
};
7979

0 commit comments

Comments
 (0)