From 087443c7f9ebfc6964b7d027e451833d0ec430d4 Mon Sep 17 00:00:00 2001 From: nocturn9x Date: Sat, 13 Nov 2021 19:48:38 +0100 Subject: [PATCH] Removed 'raise' statement from loop --- src/main.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.nim b/src/main.nim index ed29e59..fd2339f 100644 --- a/src/main.nim +++ b/src/main.nim @@ -113,7 +113,6 @@ proc main() = compileDate = fromUnix(serialized.compileDate).format("d/M/yyyy H:mm:ss") echo &"\t\t- Compilation date & time: {compileDate}" except: - raise echo &"A Nim runtime exception occurred: {getCurrentExceptionMsg()}" continue