From 76a2b884f7f40723d3a2fd54879ca1d7308869c2 Mon Sep 17 00:00:00 2001 From: araq Date: Tue, 18 Nov 2025 18:35:43 +0100 Subject: [PATCH] and again --- lib/system/excpt.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/system/excpt.nim b/lib/system/excpt.nim index f9e6ec9a85..ea0eb13c81 100644 --- a/lib/system/excpt.nim +++ b/lib/system/excpt.nim @@ -632,7 +632,7 @@ when defined(cpp) and appType != "lib" and not gotoBasedExceptions and {.emit: "#endif".} except Exception: msg = currException.getStackTrace() & "Error: unhandled exception: " & - currException.msg & " [" & $currException.name & "]" + currException.msg & " [" & cstrToStrBuiltin(currException.name) & "]" except StdException as e: msg = "Error: unhandled cpp exception: " & $e.what() except: