Changeset 177 for tags/1.3.0/Packages


Ignore:
Timestamp:
Aug 21, 2024, 11:49:46 AM (3 months ago)
Author:
chronos
Message:
  • Modified: Merged changes from trunk to 1.3.0.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/1.3.0/Packages/Common/Common.pas

    r162 r177  
    597597
    598598    if (ExitCode <> 0) or (Error <> '') then
    599       raise Exception.Create(Format(SExecutionError, [Error, ExitCode]));
     599      raise Exception.Create(Format(SExecutionError, [Output + Error, ExitCode]));
    600600  finally
    601601    Process.Free;
Note: See TracChangeset for help on using the changeset viewer.