Fix warning from Nim compiler about bare except clause.

This commit is contained in:
2023-05-13 07:46:06 -05:00
parent d1afcfb648
commit 472c8ac308

View File

@ -221,7 +221,7 @@ when isMainModule:
for ctx in cfg.contexts: trello.syncContext(state, ctx)
except:
except CatchableError:
let ex = getCurrentException()
fatal ex.msg
debug ex.getStackTrace