mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-07-04 14:56:16 -05:00
More path cleanup
This commit is contained in:
@@ -57,7 +57,7 @@ namespace ts {
|
||||
return currentDirectory;
|
||||
}
|
||||
|
||||
return getNormalizedPathFromPathComponents(commonPathComponents);
|
||||
return getPathFromPathComponents(commonPathComponents);
|
||||
}
|
||||
|
||||
interface OutputFingerprint {
|
||||
|
||||
Reference in New Issue
Block a user