Skip to content

Commit

Permalink
fixed lint error (#3684)
Browse files Browse the repository at this point in the history
  • Loading branch information
bestander authored Jun 20, 2017
1 parent 5839c36 commit 73a758e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package-linker.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export default class PackageLinker {
// after hoisting we end up with this structure
// root/node_modules/workspace-package(symlink)/node_modules/package-a
// fs.copy operations can't copy files through a symlink, so all the paths under workspace-package
// need to be replaced with a real path, except for the symlink root/node_modules/workspace-package
// need to be replaced with a real path, except for the symlink root/node_modules/workspace-package
dest = dest.replace(symlink, realpath);
}
}
Expand Down

0 comments on commit 73a758e

Please sign in to comment.