mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-18 21:57:39 +00:00
Merge pull request #6331 from keymanapp/fix/web/stop-masking-error
fix(web): stop masking error
This commit is contained in:
commit
d54075a7bc
1 changed files with 1 additions and 1 deletions
|
|
@ -484,7 +484,7 @@ namespace com.keyman.keyboards {
|
|||
//
|
||||
// In case p's rejection is never caught, throwing this error will generate logs that shows up
|
||||
// in Sentry or in the console, with useful information for debugging either way.
|
||||
throw new Error("Unable to load keyboard with internal name \"" + PInternalName + "\", language code \"" + PLgCode + "\".");
|
||||
throw new Error("Unable to load keyboard with internal name \"" + PInternalName + "\", language code \"" + PLgCode + "\": "+JSON.stringify(error));
|
||||
});
|
||||
|
||||
return p;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue