Skip to content

Commit

Permalink
remove plugin message publisher exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamad82Bz committed Dec 4, 2024
1 parent 813c99e commit 69defdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ abstract class PluginMessagePublisher<P, S>(
publisher.payloads[result.uniqueId]?.apply {
this.complete(result.typedPayload(resultClass))
publisher.payloads.remove(result.uniqueId)
} ?: throw IllegalStateException("No payload found for uniqueId ${result.uniqueId}")
} /*?: throw IllegalStateException("No payload found for uniqueId ${result.uniqueId}")*/
}
}
}
Expand Down

0 comments on commit 69defdf

Please sign in to comment.