Removed 'raise' statement from loop

This commit is contained in:
nocturn9x 2021-11-13 19:48:38 +01:00
parent 318e72b9e1
commit 087443c7f9
1 changed files with 0 additions and 1 deletions

View File

@ -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