This commit is contained in:
Mattia Giambirtone 2023-12-06 15:26:34 +01:00
parent 60d9b3c37e
commit 2f74c23774
Signed by: nocturn9x
GPG Key ID: 8270F9F467971E59
1 changed files with 0 additions and 1 deletions

View File

@ -184,7 +184,6 @@ proc runFile(filename: string, fromString: bool = false, dump: bool = true, brea
print(exc)
except TypeCheckError as exc:
print(exc)
raise
except CodeGenError as exc:
var file = exc.file
if file notin ["<string>", ""]: