mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 02:29:34 +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
|
||||
AMessage: string;
|
||||
begin
|
||||
Message:=AnEvent.Get('message','');
|
||||
AMessage:=AnEvent.Get('message','');
|
||||
OnConsoleOutput(Self, AMessage);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user