mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 12:12:25 +02:00
LazDebuggerFPDServer: Fixed compilation
git-svn-id: trunk@49266 -
This commit is contained in:
parent
defb929545
commit
4c5136dbe7
@ -1039,7 +1039,7 @@ procedure TFPDServerDebugger.DoHandleConsoleOutputEvent(AnEvent: TJSONObject);
|
|||||||
var
|
var
|
||||||
AMessage: string;
|
AMessage: string;
|
||||||
begin
|
begin
|
||||||
Message:=AnEvent.Get('message','');
|
AMessage:=AnEvent.Get('message','');
|
||||||
OnConsoleOutput(Self, AMessage);
|
OnConsoleOutput(Self, AMessage);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user