mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-10 11:06:49 +00:00
Bump confutils: no more exception leak
This commit is contained in:
parent
cc4d13835f
commit
d8ec962b6a
@ -768,9 +768,6 @@ proc makeConfig*(cmdLine = commandLineParams()): NimbusConf
|
|||||||
{.pop.}
|
{.pop.}
|
||||||
except CatchableError as e:
|
except CatchableError as e:
|
||||||
raise e
|
raise e
|
||||||
except Exception as e:
|
|
||||||
{.warning: "Kludge(BareExcept): `load()` template in vendor package needs to be updated"}
|
|
||||||
raiseAssert "Ooops makeConfig(): name=" & $e.name & " msg=" & e.msg
|
|
||||||
|
|
||||||
var networkId = result.getNetworkId()
|
var networkId = result.getNetworkId()
|
||||||
|
|
||||||
|
2
vendor/nim-confutils
vendored
2
vendor/nim-confutils
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 7568f1b7c3142d8e87c1f3dd42924238926affbe
|
Subproject commit 57ff0b8555f8c56425e87ca5de1a96a209631b2e
|
Loading…
x
Reference in New Issue
Block a user