We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781b5de commit 68db04aCopy full SHA for 68db04a
internal/pnp/pnpapi.go
@@ -347,7 +347,7 @@ func (p *PnpApi) GetPackageLocationAbsolutePath(packageInfo *PackageInfo) string
347
}
348
349
packageLocation := packageInfo.PackageLocation
350
- return tspath.ResolvePath(p.manifest.dirPath, packageLocation)
+ return tspath.RemoveTrailingDirectorySeparators(tspath.ResolvePath(p.manifest.dirPath, packageLocation))
351
352
353
// Checks if fromFileName and toFileName are in different pnp modules
0 commit comments