예제 #1
0
 internal void FlushCurrentError()
 {
     if (worker.currentErrorOrWarning != null)
     {
         worker.ReportError(worker.currentErrorOrWarning);
         worker.currentErrorOrWarning = null;
     }
 }
예제 #2
0
 public void HandleError(BuildError error)
 {
     engine.ReportError(error);
 }