mirror of https://github.com/vacp2p/nim-libp2p.git
now wild `except:`
This commit is contained in:
parent
c5b9fd3353
commit
aeb18c4e41
|
@ -48,7 +48,7 @@ when defined(libp2p_agents_metrics):
|
|||
proc safeToLowerAscii*(s: string): Result[string, cstring] =
|
||||
try:
|
||||
ok(s.toLowerAscii())
|
||||
except:
|
||||
except CatchableError:
|
||||
err("toLowerAscii failed")
|
||||
|
||||
const
|
||||
|
|
Loading…
Reference in New Issue