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 935c654 commit a56609dCopy full SHA for a56609d
lib/projectPreprocessor.js
@@ -99,7 +99,7 @@ class ProjectPreprocessor {
99
100
async dependencyLookahead(parent, dependencies) {
101
return Promise.all(dependencies.map(async (project) => {
102
- if (this.isBeingProcessed(project, project)) {
+ if (this.isBeingProcessed(parent, project)) {
103
return;
104
}
105
log.verbose(`Processing dependency lookahead for ${parent.id}: ${project.id}`);
0 commit comments