Skip to content

Commit

Permalink
Add another throw if aborted
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Nov 5, 2024
1 parent f0ab997 commit 13a4314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/blob-store/downloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export class Downloader extends TypedEmitter {
const blobs = await drive.getBlobs()
this.#ac.signal.throwIfAborted()
await this.#processEntry(blobs.core, blob)
this.#ac.signal.throwIfAborted()
}
throw new Error('Entries stream ended unexpectedly')
}
Expand Down

0 comments on commit 13a4314

Please sign in to comment.