From f2470c25dbb917faaf1f6fa66d63fcc90c77e9a1 Mon Sep 17 00:00:00 2001 From: "Artem V. Ageev" Date: Tue, 21 Jan 2025 21:12:03 +0200 Subject: [PATCH] Update make.pas --- .github/workflows/make.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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