* Fix compiler warning

This commit is contained in:
Michaël Van Canneyt 2022-07-10 11:13:26 +02:00
parent 9c9231e6ba
commit be00ea17f6

View File

@ -47,7 +47,7 @@ class procedure TBrowserLoadHelper.LoadText(aURL: String; aSync: Boolean; OnLoad
begin
Result:=False;
OnError('Error 999: unknown error');
OnError('Error 999: unknown error: '+TJSJSON.Stringify(response));
end;
begin