From f9d2db35408aeb0c1dbb9495edbd2dc69ac8a509 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Mon, 8 Nov 2021 07:12:41 +0000 Subject: [PATCH] Restore id check to harness. --- src/harness/harnessUtils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/harness/harnessUtils.ts b/src/harness/harnessUtils.ts index 7894eb8a28c..cfc6f59f300 100644 --- a/src/harness/harnessUtils.ts +++ b/src/harness/harnessUtils.ts @@ -219,6 +219,7 @@ namespace Utils { case "locals": case "localSymbol": case "kind": + case "id": case "nodeCount": case "symbolCount": case "identifierCount":