We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a307fc3 commit ea41f30Copy full SHA for ea41f30
src/sourceTracking.ts
@@ -330,7 +330,7 @@ export class SourceTracking extends AsyncCreatable {
330
if (options.format === 'ChangeResultWithPaths') {
331
return populateFilePaths({
332
elements: filteredChanges.map(remoteChangeElementToChangeResult),
333
- packageDirPaths: this.project.getPackageDirectories().map((pkgDir) => pkgDir.path),
+ packageDirPaths: this.project.getPackageDirectories().map((pkgDir) => pkgDir.fullPath),
334
registry: this.registry,
335
});
336
}
0 commit comments