only include projects with valid refs in gclient
auditors @posix4e
This commit is contained in:
parent
f16e3103dc
commit
cd5fa0d111
@ -31,7 +31,7 @@ const util = {
|
||||
return value;
|
||||
}
|
||||
|
||||
let solutions = config.projectNames.map((projectName) => {
|
||||
let solutions = config.projectNames.filter((projectName) => config.projects[projectName].ref).map((projectName) => {
|
||||
let project = config.projects[projectName]
|
||||
return {
|
||||
managed: "%False%",
|
||||
|
Loading…
x
Reference in New Issue
Block a user