More path cleanup

This commit is contained in:
Ron Buckton
2018-04-29 21:31:33 -07:00
parent 4863d55d01
commit 1dff0af646
14 changed files with 767 additions and 500 deletions

View File

@@ -57,7 +57,7 @@ namespace ts {
return currentDirectory;
}
return getNormalizedPathFromPathComponents(commonPathComponents);
return getPathFromPathComponents(commonPathComponents);
}
interface OutputFingerprint {