system/excpt: nil is no longer vaild for seqs (#8825)

This commit is contained in:
alaviss
2018-08-31 16:24:01 +07:00
committed by Andreas Rumpf
parent bacf08e65d
commit 198e34ec1d

View File

@@ -307,7 +307,7 @@ when hasSomeStackTrace:
when NimStackTrace:
auxWriteStackTrace(framePtr, s)
else:
s = nil
s = @[]
proc stackTraceAvailable(): bool =
when NimStackTrace: