adds a comment

This commit is contained in:
ringabout
2025-11-25 21:48:39 +08:00
parent 132a8271b0
commit 6272cd1f34

View File

@@ -74,6 +74,9 @@ when defined(nimStackTraceOverride):
)
when NimStackTraceMsgs:
result.frameMsg = x.frameMsg
# points `procname`, `filename` to its own corresponding fields
# to avoid dangling pointers # bug #25306 18039
result.procname = result.procnameStr.cstring
result.filename = result.filenameStr.cstring