mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-21 22:09:23 +02:00
* Fix compilation after TJSJSON returns now a JSValue, no longer object
This commit is contained in:
parent
efbdea550d
commit
4710b7342c
@ -45,7 +45,7 @@ begin
|
||||
Result:=True;
|
||||
console.warn('Compile request response received');
|
||||
try
|
||||
Data:=TJSJSON.parse(FLastReq.responseText);
|
||||
Data:=TJSJSON.parseObject(FLastReq.responseText);
|
||||
if data['success'] then
|
||||
begin
|
||||
if isInteger(data['compileID']) then
|
||||
|
Loading…
Reference in New Issue
Block a user