mirror of https://gitlab.com/basile.b/dexed.git
wait dcd client
This commit is contained in:
parent
f1e4466693
commit
c928ea57cb
|
@ -209,7 +209,8 @@ end;
|
|||
|
||||
procedure TCEDcdWrapper.waitClient;
|
||||
begin
|
||||
while fClient.Running do;
|
||||
while fClient.Running do
|
||||
sleep(5);
|
||||
end;
|
||||
|
||||
procedure TCEDcdWrapper.addImportFolder(const aFolder: string);
|
||||
|
|
Loading…
Reference in New Issue