Skip to content

Commit ab413ae

Browse files
committed
Copilot review
1 parent e2703b4 commit ab413ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gitProviders/vslsguest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ class LiveShareRepositoryState implements RepositoryState {
149149
this.HEAD = state.HEAD;
150150
this.remotes = state.remotes;
151151
}
152-
refs: Ref[];
153-
untrackedChanges: Change[];
152+
refs: Ref[] = [];
153+
untrackedChanges: Change[] = [];
154154

155155
public update(state: RepositoryState) {
156156
this.HEAD = state.HEAD;

0 commit comments

Comments
 (0)