diff --git a/.github/workflows/make.pas b/.github/workflows/make.pas index 64e0be8..290d153 100644 --- a/.github/workflows/make.pas +++ b/.github/workflows/make.pas @@ -191,7 +191,7 @@ Output = record begin try - BuildAll + BuildAll; case ExitCode of 0: OutLog(etInfo, 'Errors:'#9 + IntToStr(ExitCode)); else