Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JrMasterModelBuilder committed Oct 3, 2023
1 parent c6db8db commit 34cc531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/archive/hdi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export class ArchiveHdi extends Archive {
*/
public cleanup() {
const active = this._active;
for (const a of this._active) {
for (const a of active) {
a.signal.abort = true;
// eslint-disable-next-line no-sync
a.info.ejectSync({
Expand Down

0 comments on commit 34cc531

Please sign in to comment.