Changeset 176 for trunk/Packages/Common/Common.pas
- Timestamp:
- Aug 21, 2024, 11:30:27 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Common.pas
r161 r176 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.