Skip to content

Commit

Permalink
Update make.pas
Browse files Browse the repository at this point in the history
  • Loading branch information
theavege authored Jan 19, 2025
1 parent f8ab8d7 commit 413181d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.pas
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Output = record
OutLog(info, #9'success!')
else
ExitCode += 1;
OutLog(error, Result);
OutLog(audit, Result);
end;

function BuildProject(const Path: string): Output;
Expand Down

0 comments on commit 413181d

Please sign in to comment.