mirror of
https://github.com/corda/corda.git
synced 2025-06-18 07:08:15 +00:00
[CORDA-1879]: Ensure Node dies on unrecoverable errors. (#4213)
This commit is contained in:
committed by
GitHub
parent
ac23fcdf24
commit
dc62b20c5d
@ -110,7 +110,7 @@ class BlobInspector : CordaCliWrapper("blob-inspector", "Convert AMQP serialised
|
||||
} else {
|
||||
null // Not an AMQP blob.
|
||||
}
|
||||
} catch (t: Throwable) {
|
||||
} catch (e: Exception) {
|
||||
return null // Failed to parse in some other way.
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user