Skip to content

Commit

Permalink
cleanup one more thing
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Oct 28, 2024
1 parent 8e4742c commit 9f12572
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 @@ -253,6 +253,7 @@ export class Downloader extends TypedEmitter {
this.#ac.signal.removeEventListener('abort', this.#cleanup)
this.#entriesStream.removeListener('error', this.#ac.abort)
this.#state.queuedDownloads.clear()
this.#state.initialLengthsByDriveId.clear()
this.#drivesById.clear()
this.#entriesStream.destroy()
}
Expand Down

0 comments on commit 9f12572

Please sign in to comment.