pas2js: run without debug: also server+browser

This commit is contained in:
mattias 2022-04-23 14:48:01 +02:00
parent bdb7bec118
commit 06239e6081

View File

@ -353,9 +353,6 @@ begin
end;
end;
if not WithDebug then
exit; // compile normally and run the run-parameters
ServerPort:=StrToIntDef(aProject.CustomData[PJSProjectPort],-1);
URL:=aProject.CustomData[PJSProjectURL];
if (ServerPort<0) and (URL='') then