mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 13:37:47 +02:00
demo: fixed compile, issue 34963
This commit is contained in:
parent
c330f6ff6b
commit
ce04b7c283
@ -104,7 +104,7 @@ var
|
||||
requestPromise : TJSPromise;
|
||||
|
||||
begin
|
||||
fakeNetworkWait := Wait(3000 * random * Ord(fakeSlowNetwork));
|
||||
fakeNetworkWait := Wait(trunc(3000 * random * Ord(fakeSlowNetwork)));
|
||||
requestPromise:=TJSPromise.New(@DoRequest);
|
||||
Result:=TJSPromise.all([fakeNetworkWait, requestPromise])._then(@ReturnResult);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user