Skip to content

Commit

Permalink
fix relative cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
akpi816218 committed Nov 18, 2024
1 parent 1368ea2 commit f5251d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/kumilinwa/import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { fileURLToPath } from 'url';
export async function CompleteLangSpec() {
return JSON.parse(
await readFile(
join(dirname(fileURLToPath(import.meta.url)), 'complete-lang-spec.json'),
join(dirname(fileURLToPath(import.meta.url)), 'langspec.cache.json'),
'utf-8'
)
) as FullEntry[];
Expand Down

0 comments on commit f5251d1

Please sign in to comment.