Skip to content

Commit

Permalink
test win
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed May 9, 2022
1 parent f01be07 commit 93f4add
Show file tree
Hide file tree
Showing 2 changed files with 485 additions and 484 deletions.
1 change: 1 addition & 0 deletions lib/grunt/file.js
Expand Up @@ -454,6 +454,7 @@ file.isPathCwd = function() {
};

file._copySymbolicLink = function(srcpath, destpath) {
console.log('_copySymbolicLink');
var destdir = path.join(destpath, '..');
// Use the correct relative path for the symlink
if (!grunt.file.isPathAbsolute(srcpath)) {
Expand Down

0 comments on commit 93f4add

Please sign in to comment.