chore(developer): address review comments

This commit is contained in:
Marc Durdin 2022-07-15 06:13:44 +10:00
parent 45f97988cf
commit d2cfd5cc7e
2 changed files with 2 additions and 2 deletions

View file

@ -316,7 +316,7 @@ begin
//TBX.TBXSetTheme('OfficeXP2');
if TikeActive then Exit;
Application.CreateForm(TmodWebHttpServer, modWebHttpServer);
try
try
Application.CreateForm(TfrmKeymanDeveloper, frmKeymanDeveloper);
Application.Run;
finally

View file

@ -119,7 +119,7 @@ var
ss: TStringStream;
begin
try
fs := TFileStream.Create(TKeymanDeveloperPaths.ServerDataPath + 'pid.json', fmOpenRead);
fs := TFileStream.Create(Filename, fmOpenRead);
try
ss := TStringStream.Create('', TEncoding.UTF8);
try