mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 09:49:35 +02:00
Fix interactive information log error
This commit is contained in:
parent
33071fd179
commit
4ed8182c75
@ -6252,7 +6252,7 @@ begin
|
|||||||
ConsoleOutput := TMemoryStream.Create;
|
ConsoleOutput := TMemoryStream.Create;
|
||||||
try
|
try
|
||||||
if Interactive then
|
if Interactive then
|
||||||
Log(vlInfo,'Starting "%s" "%s" interactively',[Cmd,Args]);
|
Log(vlInfo,'Starting "%s" "%s" interactively',[Cmd,CmdLine]);
|
||||||
{$ifdef HAS_UNIT_PROCESS}
|
{$ifdef HAS_UNIT_PROCESS}
|
||||||
E:=ExecuteFPC(Verbose, Interactive, cmd, args, env, ConsoleOutput);
|
E:=ExecuteFPC(Verbose, Interactive, cmd, args, env, ConsoleOutput);
|
||||||
{$else}
|
{$else}
|
||||||
|
Loading…
Reference in New Issue
Block a user