Skip to content

Commit 7cd78eb

Browse files
authored
Merge pull request #2180 from microsoft/connor4312/issue2173
fix test
2 parents 5b85ddc + a1018b6 commit 7cd78eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/telemetry/vscodeExperimentationService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class VSCodeExperimentationService implements IJsDebugExpService, IDispos
5454
dispose(): void {
5555
// See microsoft/tas-client#74
5656
// eslint-disable-next-line @typescript-eslint/no-explicit-any
57-
const polling = (this.service as any).pollingService;
57+
const polling = (this.service as any)?.pollingService;
5858
polling?.StopPolling();
5959
}
6060

0 commit comments

Comments
 (0)