mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 14:38:01 +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;
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user