Make branch-specific corrections

This commit is contained in:
Andrew Casey 2017-11-22 10:31:19 -08:00
parent 34b9d090f3
commit 1880b147b4

View File

@ -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: