mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 19:02:18 +00:00
fixes #3014
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user