Skip to content

Commit

Permalink
[FIX] ui5Framework.mergeTrees: Do not abort merge if a project has al…
Browse files Browse the repository at this point in the history
…ready been processed

Resolves #354
  • Loading branch information
RandomByte committed Sep 15, 2020
1 parent 0753eb3 commit 264c353
Show file tree
Hide file tree
Showing 2 changed files with 536 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/translators/ui5Framework.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ module.exports = {
// Otherwise the isFrameworkProject check would detect framework dependencies added
// at an earlier processing of the project and yield incorrect logging.
log.verbose(`Project ${project.metadata.name} (${project.id}) has already been processed`);
return;
continue;
}
processedProjects.push(project.id);

Expand Down
Loading

0 comments on commit 264c353

Please sign in to comment.