mirror of
https://github.com/corda/corda.git
synced 2025-06-01 07:00:54 +00:00
Fixed broken master. (#3906)
This commit is contained in:
parent
793ee3e1ee
commit
20cd4539d6
@ -966,6 +966,7 @@ fun <DI : DriverDSL, D : InternalDriverDSL, A> genericDriver(
|
|||||||
DriverDSLImpl.log.error("Driver shutting down because of exception", exception)
|
DriverDSLImpl.log.error("Driver shutting down because of exception", exception)
|
||||||
throw exception
|
throw exception
|
||||||
} finally {
|
} finally {
|
||||||
|
driverDsl.shutdown()
|
||||||
shutdownHook.cancel()
|
shutdownHook.cancel()
|
||||||
serializationEnv.unset()
|
serializationEnv.unset()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user