mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 17:59:25 +02:00
pas2js: compileserver: set default port 3000
This commit is contained in:
parent
a5811a35a9
commit
e8bf381702
@ -773,6 +773,7 @@ begin
|
||||
ConfigFile:=GetOptionValue('c','config')
|
||||
else
|
||||
ConfigFile:='compileserver.ini';
|
||||
Port:=3000;
|
||||
ReadConfigFile(ConfigFile);
|
||||
If not ProcessOptions then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user