This commit is contained in:
Peter Cottle 2013-01-16 15:24:09 -08:00
parent f7e5e5ac71
commit b8e7d2a874
5 changed files with 27572 additions and 5 deletions

View file

@ -334,7 +334,7 @@ GitVisuals.prototype.genSnapshot = function() {
};
GitVisuals.prototype.refreshTree = function(speed) {
if (!this.gitReady) {
if (!this.gitReady || !this.gitEngine.rootCommit) {
return;
}