Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(developer): handle missing files in kmc-kmn #12595

Merged
merged 1 commit into from
Nov 5, 2024

Commits on Oct 31, 2024

  1. fix(developer): handle missing files in kmc-kmn

    If a file is not found, the loadfile callback now returns an empty array
    rather than null, which kmcmplib interprets as a missing file. This
    means a zero-byte file will have the same outcome but as it is also
    generally invalid, I think that is acceptable.
    
    Fixes: #12546
    Fixes: KEYMAN-DEVELOPER-292
    mcdurdin committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    55e3f73 View commit details
    Browse the repository at this point in the history