Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
toxicity188 committed May 9, 2024
2 parents abc8661 + d13acc5 commit c288398
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class BetterHealthBarImpl: BetterHealthBar() {
if (entry.name.length <= prefix.length + 1) return@forEachAsync
val name = entry.name.substring(prefix.length + 1)
if (!entry.isDirectory) {
getResource(entry.name)?.buffered()?.use { stream ->
it.getInputStream(entry).buffered().use { stream ->
consumer.accept(name, stream)
}
}
Expand Down

0 comments on commit c288398

Please sign in to comment.