master
cyhhao 2 years ago
parent 40aa926fea
commit 4c1d32031c

@ -103,7 +103,7 @@ class Git {
fetching.push(this.fetch(sha)) fetching.push(this.fetch(sha))
} }
} else { } else {
log("already downloaded", oid) // log("already downloaded", oid)
} }
} else { } else {
let error = await this.download(oid) let error = await this.download(oid)

Loading…
Cancel
Save