diff --git a/lib/system/excpt.nim b/lib/system/excpt.nim index f157f428c4..5d2faa2d6d 100644 --- a/lib/system/excpt.nim +++ b/lib/system/excpt.nim @@ -63,7 +63,7 @@ proc pushCurrentException(e: ref Exception) {.compilerRtl, inl.} = currException = e proc popCurrentException {.compilerRtl, inl.} = - currException = currException.parent + currException = nil # currException.parent # some platforms have native support for stack traces: const