mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-30 01:34:26 +02:00
ok
This commit is contained in:
parent
f7e5e5ac71
commit
b8e7d2a874
5 changed files with 27572 additions and 5 deletions
|
@ -334,7 +334,7 @@ GitVisuals.prototype.genSnapshot = function() {
|
|||
};
|
||||
|
||||
GitVisuals.prototype.refreshTree = function(speed) {
|
||||
if (!this.gitReady) {
|
||||
if (!this.gitReady || !this.gitEngine.rootCommit) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue