diff options
author | Araq <rumpf_a@web.de> | 2013-12-28 23:30:53 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-12-28 23:30:53 +0100 |
commit | 1101a40f91880b6cd1f0807d2b272eda7b5c9491 (patch) | |
tree | 650531f24cec9b67ffee2a36f4fa0eb2de3144d8 /lib/system/excpt.nim | |
parent | f2b9905b4e4365e0dd51a67ad90ac690f584feca (diff) | |
download | Nim-1101a40f91880b6cd1f0807d2b272eda7b5c9491.tar.gz |
improvements for 'pretty'
Diffstat (limited to 'lib/system/excpt.nim')
-rw-r--r-- | lib/system/excpt.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/excpt.nim b/lib/system/excpt.nim index 5b00afc5b..1964e4d3d 100644 --- a/lib/system/excpt.nim +++ b/lib/system/excpt.nim @@ -253,7 +253,7 @@ proc reraiseException() {.compilerRtl.} = else: raiseExceptionAux(currException) -proc WriteStackTrace() = +proc writeStackTrace() = when hasSomeStackTrace: var s = "" rawWriteStackTrace(s) |