Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 72252b4

Browse files
committed
Fixing lint error
1 parent a9b4b7c commit 72252b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/command/src/command.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export abstract class Command extends Base {
4848

4949
// Flush telemetry to avoid performance issues
5050
async finally(_: Error | undefined) {
51+
/* tslint:disable:strict-type-predicates */
5152
if (this.telemetryEnabled !== null && this.telemetryEnabled) {
5253
Telemetry.flushTelemetry()
5354
}

0 commit comments

Comments
 (0)