mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 02:15:32 +00:00
Merge branch 'fix/developer/9438-vis-kbd-crash-epic-ldml' into fix/core-9961-optional-startContext-epic-ldml
This commit is contained in:
commit
feb2296dbc
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ async function buildLdmlKeyboardToMemory(inputFilename: string, callbacks: Compi
|
|||
const builder = new kmcLdml.KMXBuilder(kmx, options.saveDebug);
|
||||
const kmx_binary = builder.compile();
|
||||
|
||||
const vkcompiler = new kmcLdml.LdmlKeyboardVisualKeyboardCompiler();
|
||||
const vkcompiler = new kmcLdml.LdmlKeyboardVisualKeyboardCompiler(callbacks);
|
||||
const vk = vkcompiler.compile(source);
|
||||
const writer = new KvkFileWriter();
|
||||
const kvk_binary = writer.write(vk);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue