From 198e34ec1d242337d9ab21a6a456a2fec21f2d08 Mon Sep 17 00:00:00 2001 From: alaviss Date: Fri, 31 Aug 2018 16:24:01 +0700 Subject: system/excpt: nil is no longer vaild for seqs (#8825) --- lib/system/excpt.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/system') diff --git a/lib/system/excpt.nim b/lib/system/excpt.nim index d9c7b4c25..7d5f5af7f 100644 --- a/lib/system/excpt.nim +++ b/lib/system/excpt.nim @@ -307,7 +307,7 @@ when hasSomeStackTrace: when NimStackTrace: auxWriteStackTrace(framePtr, s) else: - s = nil + s = @[] proc stackTraceAvailable(): bool = when NimStackTrace: -- cgit 1.4.1-2-gfad0