mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-25 05:29:07 -05:00
Remove duplicate helper (#17296)
This commit is contained in:
@@ -232,7 +232,7 @@ namespace ts.server {
|
||||
}
|
||||
break;
|
||||
default:
|
||||
removeItemFromSet(this.containingProjects, project);
|
||||
unorderedRemoveItem(this.containingProjects, project);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user