- Fixed variable usage
This commit is contained in:
Tristan B. Velloza Kildaire 2023-07-10 14:46:20 +02:00
parent dc755ba3cd
commit b5628ef6ee
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ struct compileCommand
}
catch(Exception e)
{
gprintln(t.msg, DebugType.ERROR);
gprintln(e.msg, DebugType.ERROR);
exit(-1);
}
}