Skip to content

Commit

Permalink
Add finally back
Browse files Browse the repository at this point in the history
  • Loading branch information
Carapacik committed Sep 25, 2023
1 parent a443648 commit 095f009
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ class ImageLoader implements platform.ImageLoader {

errorListener?.call(e);
rethrow;
} finally {
await chunkEvents.close();
}
await chunkEvents.close();
}
}

0 comments on commit 095f009

Please sign in to comment.