This commit is contained in:
Sheetal Nandi 2020-10-27 15:38:19 -07:00
parent 14498b818a
commit 04a4fe7556

View file

@ -270,6 +270,8 @@ namespace ts.server {
this.onMessage(message.data); this.onMessage(message.data);
}); });
} }
// TODO:: Update all responses to use webPath
} }
const session = new WorkerSession(); const session = new WorkerSession();