* Fix changed TJSJON.Parse definition

This commit is contained in:
michael 2018-02-10 12:20:54 +00:00
parent 8082c6993e
commit 5b1f8f55dc

View File

@ -249,7 +249,7 @@ begin
if Options.log then if Options.log then
console.warn('Status received'); console.warn('Status received');
try try
Data:=TJSJSON.parse(FLastReq.responseText); Data:=TJSJSON.parseObject(FLastReq.responseText);
HandleMessage(Data); HandleMessage(Data);
except except
console.error('Error parsing JSON status text: '+FLastReq.responseText); console.error('Error parsing JSON status text: '+FLastReq.responseText);