mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 02:15:32 +00:00
* Remove irrelevant context from toast and add more context for Sentry report. * Add a test keyboard with a script error that will trigger the toast on first keystroke. * Rearrange common/test/keyboards/invalid to make a good place for compiled invalid keyboards. Fixes: #16145 Test-bot: skip |
||
|---|---|---|
| .. | ||
| modified_build | ||
| source | ||
| HISTORY.md | ||
| javascript_error.kpj | ||
| LICENSE.md | ||
| README.md | ||
javascript_error keyboard
Description
Keyboard with a script error in gs(), taken originally from release/b/banne
The .js and .kmp files in modified_build/ have been manually tweaked to throw the error:
this.gs=function(t,e) {
throw new Error("javascript_error.js - runtime error");
// return this.g_main_0(t,e);
};