mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-26 18:27:41 +00:00
Fixes #758. Report output filename in success message
This commit is contained in:
parent
c8750776eb
commit
754998e2b6
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ begin
|
|||
Result := False;
|
||||
|
||||
if Result then
|
||||
Log(plsInfo, '''' + FileName + ''' compiled successfully.')
|
||||
Log(plsInfo, '''' + FileName + ''' compiled successfully to '''+TargetFileName+'''.')
|
||||
else
|
||||
begin
|
||||
if FileExists(TargetFilename) then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue