mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 20:14:01 -06:00
Make branch-specific corrections
This commit is contained in:
parent
34b9d090f3
commit
1880b147b4
@ -429,7 +429,10 @@ namespace ts.server {
|
||||
this.projectService.updateTypingsForProject(response);
|
||||
|
||||
// The behavior is the same as for setTypings, so send the same event.
|
||||
this.event(response, "setTypings");
|
||||
if (this.socket) {
|
||||
this.sendEvent(0, "setTypings", response);
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
case EventInitializationFailed:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user