mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 10:55:33 +00:00
chore(common): remove redundant path
This commit is contained in:
parent
b313272250
commit
a281e1ac60
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export class LDMLKeyboardXMLSourceFileReader {
|
|||
}
|
||||
|
||||
readImportFile(version: string, subpath: string): Uint8Array {
|
||||
const importPath = this.callbacks.resolveFilename(this.options.importsPath, `../import/${version}/${subpath}`);
|
||||
const importPath = this.callbacks.resolveFilename(this.options.importsPath, `${version}/${subpath}`);
|
||||
return this.callbacks.loadFile(importPath);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue