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