mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-25 17:17:43 +00:00
Merge pull request #15620 from keymanapp/fix/developer/15619-handle-missing-info-section-in-kmp-compiler
fix(developer): package compiler handle missing `info` section in .kps file
This commit is contained in:
commit
b09eb3d589
1 changed files with 2 additions and 1 deletions
|
|
@ -206,7 +206,8 @@ export class KmpCompiler implements KeymanCompiler {
|
|||
fileVersion: null,
|
||||
keymanDeveloperVersion: KEYMAN_VERSION.VERSION
|
||||
},
|
||||
options: {}
|
||||
options: {},
|
||||
info: {},
|
||||
};
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue