Skip to content

Commit

Permalink
chore: Use launch to prevent errors from being suppressed
Browse files Browse the repository at this point in the history
  • Loading branch information
LichtHund committed Sep 20, 2024
1 parent 6240025 commit 8119ee5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public abstract class AbstractInterfaceView<I : InterfacesInventory, T : Interfa

// Start the job if it's not running currently!
if (transformingJob == null || transformingJob?.isCompleted == true) {
transformingJob = SCOPE.async(
transformingJob = SCOPE.launch(
InterfacesCoroutineDetails(player.uniqueId, "running and applying a transform")
) {
// Go through all pending transforms one at a time until
Expand Down

0 comments on commit 8119ee5

Please sign in to comment.