Beispiel #1
0
 private static void Report(int line, string where, string message)
 {
     ConsoleOutput.Log($"[line {line}] Error {where}: {message}");
     HadError = true;
 }