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