mirror of
https://github.com/corda/corda.git
synced 2024-12-21 22:07:55 +00:00
node: Remove warnings
This commit is contained in:
parent
878a683823
commit
5de6e3f965
@ -103,7 +103,7 @@ class ProtocolStateMachineImpl<R>(val logic: ProtocolLogic<R>,
|
|||||||
private fun suspend(with: StateMachineManager.FiberRequest) {
|
private fun suspend(with: StateMachineManager.FiberRequest) {
|
||||||
parkAndSerialize { fiber, serializer ->
|
parkAndSerialize { fiber, serializer ->
|
||||||
try {
|
try {
|
||||||
suspendAction!!(with)
|
suspendAction(with)
|
||||||
} catch (t: Throwable) {
|
} catch (t: Throwable) {
|
||||||
logger.warn("Captured exception which was swallowed by Quasar", t)
|
logger.warn("Captured exception which was swallowed by Quasar", t)
|
||||||
// TODO to throw or not to throw, that is the question
|
// TODO to throw or not to throw, that is the question
|
||||||
|
Loading…
Reference in New Issue
Block a user