Skip to content

Commit a1018b6

Browse files
committed
fix test
1 parent 4d5431e commit a1018b6

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)