JS target improvements

This commit is contained in:
Andreas Rumpf
2016-04-29 17:56:06 +02:00
parent 55aa4c2689
commit b48e178969
2 changed files with 7 additions and 2 deletions

View File

@@ -97,6 +97,8 @@ proc rawWriteStackTrace(): string =
else:
result = "No stack traceback available\n"
proc getStackTrace*(): string = rawWriteStackTrace()
proc unhandledException(e: ref Exception) {.
compilerproc, asmNoStackFrame.} =
when NimStackTrace: