mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-04 16:36:39 +02:00
pas2js: run without debug: also server+browser
This commit is contained in:
parent
bdb7bec118
commit
06239e6081
@ -353,9 +353,6 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
if not WithDebug then
|
|
||||||
exit; // compile normally and run the run-parameters
|
|
||||||
|
|
||||||
ServerPort:=StrToIntDef(aProject.CustomData[PJSProjectPort],-1);
|
ServerPort:=StrToIntDef(aProject.CustomData[PJSProjectPort],-1);
|
||||||
URL:=aProject.CustomData[PJSProjectURL];
|
URL:=aProject.CustomData[PJSProjectURL];
|
||||||
if (ServerPort<0) and (URL='') then
|
if (ServerPort<0) and (URL='') then
|
||||||
|
Loading…
Reference in New Issue
Block a user