Fix Set of one string literal bug in openExternalProject (#59686)
This commit is contained in:
Родитель
bff6aa1d1f
Коммит
6894ff7f38
|
@ -4959,7 +4959,7 @@ export class ProjectService {
|
|||
if (cleanupAfter) {
|
||||
this.cleanupConfiguredProjects(
|
||||
configuredProjects,
|
||||
new Set(proj.projectFileName),
|
||||
new Set([proj.projectFileName]),
|
||||
);
|
||||
this.printProjects();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче