Ignore:
Timestamp:
Aug 21, 2024, 11:30:27 AM (4 weeks ago)
Author:
chronos
Message:
  • Modified: Use monospace font.
  • Modified: Do not extra scale controls dimensions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Common.pas

    r161 r176  
    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.