mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-19 23:41:29 +00:00
system/excpt: nil is no longer vaild for seqs (#8825)
This commit is contained in:
@@ -307,7 +307,7 @@ when hasSomeStackTrace:
|
||||
when NimStackTrace:
|
||||
auxWriteStackTrace(framePtr, s)
|
||||
else:
|
||||
s = nil
|
||||
s = @[]
|
||||
|
||||
proc stackTraceAvailable(): bool =
|
||||
when NimStackTrace:
|
||||
|
||||
Reference in New Issue
Block a user