コード例 #1
0
ファイル: error_handler.cs プロジェクト: playdeezgames/Toy
 private static void Report(int line, string where, string message)
 {
     ConsoleOutput.Log($"[line {line}] Error {where}: {message}");
     HadError = true;
 }