* Fix compilation after TJSJSON returns now a JSValue, no longer object

This commit is contained in:
michael 2018-03-06 15:50:41 +00:00
parent efbdea550d
commit 4710b7342c

View File

@ -45,7 +45,7 @@ begin
Result:=True; Result:=True;
console.warn('Compile request response received'); console.warn('Compile request response received');
try try
Data:=TJSJSON.parse(FLastReq.responseText); Data:=TJSJSON.parseObject(FLastReq.responseText);
if data['success'] then if data['success'] then
begin begin
if isInteger(data['compileID']) then if isInteger(data['compileID']) then