diff options
-rw-r--r-- | lib/system/excpt.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/system/excpt.nim b/lib/system/excpt.nim index 75a0e8967..78fc34b91 100644 --- a/lib/system/excpt.nim +++ b/lib/system/excpt.nim @@ -371,7 +371,6 @@ proc raiseExceptionAux(e: ref Exception) = add(buf, $e.name) add(buf, "]\n") unhandled(buf): - showErrorMessage(buf) quitOrDebug() else: # ugly, but avoids heap allocations :-) |