Skip to content

Commit 6ad8adc

Browse files
committed
Drop Debug.fail
...from `release-2.5`. I'm not 100% confident it won't be hit and we'll recover if we do. It's still in master, so dogfooding should flush out any remaining issues before 2.6.
1 parent ebee7c6 commit 6ad8adc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/server/server.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,9 +432,6 @@ namespace ts.server {
432432
if (this.activeRequestCount > 0) {
433433
this.activeRequestCount--;
434434
}
435-
else {
436-
Debug.fail("Received too many responses");
437-
}
438435

439436
while (this.requestQueue.length > 0) {
440437
const queuedRequest = this.requestQueue.shift();

0 commit comments

Comments
 (0)