Skip to content

Commit

Permalink
music: correctly propagate error
Browse files Browse the repository at this point in the history
  • Loading branch information
OxygenCobalt committed Jan 1, 2024
1 parent b10caae commit 17939f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ constructor(
// to cascade to and cancel all other routines before finally bubbling up
// to the main extractor loop.
logE("MediaStore extraction failed: $e")
incompleteSongs.close(Exception("MediaStore extraction failed: e"))
incompleteSongs.close(Exception("MediaStore extraction failed: $e"))
return@async
}
incompleteSongs.close()
Expand Down

0 comments on commit 17939f6

Please sign in to comment.