Changeset 177 for tags/1.3.0/Packages
- Timestamp:
- Aug 21, 2024, 11:49:46 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.3.0/Packages/Common/Common.pas
r162 r177 597 597 598 598 if (ExitCode <> 0) or (Error <> '') then 599 raise Exception.Create(Format(SExecutionError, [ Error, ExitCode]));599 raise Exception.Create(Format(SExecutionError, [Output + Error, ExitCode])); 600 600 finally 601 601 Process.Free;
Note:
See TracChangeset
for help on using the changeset viewer.