|
@ -129,6 +129,7 @@ export class BranchTrackingStatusNode extends ViewNode implements |
|
|
this._log = undefined; |
|
|
this._log = undefined; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private _log: GitLog | undefined; |
|
|
private _log: GitLog | undefined; |
|
|
private async getLog() { |
|
|
private async getLog() { |
|
|
if (this._log === undefined) { |
|
|
if (this._log === undefined) { |
|
|