Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

Fix normalization issue. #5

Merged
merged 2 commits into from
Nov 4, 2016
Merged

Fix normalization issue. #5

merged 2 commits into from
Nov 4, 2016

Conversation

nathanhammond
Copy link
Contributor

@nathanhammond nathanhammond commented Nov 4, 2016

Closes #4.

@@ -12,7 +12,7 @@ function existsSync(filepath, parent){
stats = lstatSync(resolvedPath);
// if symlink, check if target
if (stats && stats.isSymbolicLink()) {
link = readlinkSync(resolvedPath);
link = path.normalize(readlinkSync(resolvedPath));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

argh! it was this simple... Thanks for fixing this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants