diff --git a/src/hub/sagas.ts b/src/hub/sagas.ts index 09ceb8d7..ec6dfb12 100644 --- a/src/hub/sagas.ts +++ b/src/hub/sagas.ts @@ -284,7 +284,7 @@ function* handleDownloadAndRun(action: ReturnType): Gener } } - didProgressDownload(1); + yield* put(didProgressDownload(1)); const writeUserMetaMessageId2 = nextMessageId();