Skip to content

Commit a859e01

Browse files
committed
fix: code
1 parent 1c10ca3 commit a859e01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/code-service/src/repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export class RootRepository extends Repository {
145145
private _onDidChangeRef = new Emitter<void>();
146146
readonly onDidChangeRef = this._onDidChangeRef.event;
147147

148-
public _initialized = false;
148+
private _initialized = false;
149149

150150
private _refs: Refs = { branches: [], tags: [] };
151151
get refs() {

0 commit comments

Comments
 (0)