mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 09:55:32 +00:00
fix(windows): Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
parent
e949637e60
commit
eebf0bb108
1 changed files with 5 additions and 5 deletions
|
|
@ -1005,11 +1005,11 @@ begin
|
|||
FPackage.Install2(True);
|
||||
Result := True;
|
||||
except
|
||||
on E: Exception do
|
||||
begin
|
||||
TKeymanSentryClient.ReportHandledException(E,
|
||||
'Failed to install keyboard package');
|
||||
end;
|
||||
on E:Exception do
|
||||
begin
|
||||
TKeymanSentryClient.ReportHandledException(E,
|
||||
'Failed to install keyboard package');
|
||||
end;
|
||||
end;
|
||||
|
||||
FPackage := nil;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue