We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fe1c3 commit 575fdf3Copy full SHA for 575fdf3
kscr-build/Module.cs
@@ -66,7 +66,7 @@ public void RunBuild()
66
if (KScrStarter.VM.CompilerErrors.Count > 0)
67
{
68
foreach (var error in KScrStarter.VM.CompilerErrors)
69
- log.At(LogLevel.Error, "Compiler Error:\r\n" + error);
+ log.At(LogLevel.Error, "Compiler Error:\r\n" + error.Message);
70
throw new Exception("There were Compiler Errors");
71
}
72
0 commit comments