File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ const utils = {
7676 return ;
7777 }
7878 // No need to check for specVersion since Specification API is >= 2.0 anyways
79- const frameworkDependencies = rootProject . getFrameworkDependencies ( ) ;
79+ const frameworkDependencies = project . getFrameworkDependencies ( ) ;
8080 if ( ! frameworkDependencies . length ) {
8181 log . verbose ( `Project ${ project . getName ( ) } has no framework dependencies` ) ;
8282 // Possible future enhancement: Fallback to detect OpenUI5 framework dependencies in package.json
@@ -206,7 +206,7 @@ module.exports = {
206206 } ) ;
207207
208208 const frameworkGraph = new ProjectGraph ( {
209- rootProjectName : "sonic-rainboom"
209+ rootProjectName : `fake-root-of- ${ rootProject . getName ( ) } -framework-dependency-graph`
210210 } ) ;
211211 await Promise . all ( referencedLibraries . map ( async ( libName ) => {
212212 await projectProcessor . addProjectToGraph ( libName , frameworkGraph ) ;
You can’t perform that action at this time.
0 commit comments