Skip to content

Commit 846d9c0

Browse files
committed
ran a yarn lint
1 parent 39d5c3b commit 846d9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/live-watch/live-watch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export class LiveWatchTreeDataProvider implements vscode.TreeDataProvider<LiveWa
7979
// Clearing active session on closing the session
8080
const onWillStopSession = tracker.onWillStopSession(async (session) => {
8181
if (this.activeSession?.session.id && this.activeSession?.session.id === session.session.id) {
82-
this._activeSession = undefined;
82+
this._activeSession = undefined;
8383
}
8484
await this.refresh();
8585
await this.save();

0 commit comments

Comments
 (0)