disable download mode for the moment

This commit is contained in:
tdurieux
2023-04-05 12:12:16 +02:00
parent d29d4281ab
commit e94a5f164a
5 changed files with 31 additions and 116 deletions

View File

@@ -91,7 +91,7 @@ export default class GitHubDownload extends GitHubBase implements SourceBase {
const that = this;
async function updateProgress() {
if (progress && that.repository.status) {
if (progress && that.repository.status == RepositoryStatus.DOWNLOAD) {
await that.repository.updateStatus(
that.repository.status,
progress.transferred.toString()