This commit is contained in:
Araq
2015-06-29 02:48:08 +02:00
parent a1caef474b
commit 63c537b233

View File

@@ -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