Bump confutils: no more exception leak

This commit is contained in:
jangko 2024-02-12 13:01:05 +07:00
parent cc4d13835f
commit d8ec962b6a
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
2 changed files with 3 additions and 6 deletions

View File

@ -768,9 +768,6 @@ proc makeConfig*(cmdLine = commandLineParams()): NimbusConf
{.pop.}
except CatchableError as 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()

@ -1 +1 @@
Subproject commit 7568f1b7c3142d8e87c1f3dd42924238926affbe
Subproject commit 57ff0b8555f8c56425e87ca5de1a96a209631b2e