[TIMOB-12510] BlackBerry: JavaScript exceptions are not always reported properly.
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-02-01T02:43:46.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 3.1.0, 2013 Sprint 03 BB, 2013 Sprint 03 |
| Components | BlackBerry |
| Labels | n/a |
| Reporter | Josh Roesslein |
| Assignee | Josh Roesslein |
| Created | 2013-01-31T05:59:01.000+0000 |
| Updated | 2017-03-08T18:26:31.000+0000 |
Description
If a JavaScript exception is thrown from a module (ex: require()) the
exception is not reported correctly (wrong filename) and no stack is provided.
The goal of this ticket is to provide a better report of such exceptions.
Created pull request [#17](https://github.com/appcelerator/titanium_mobile_blackberry/pull/17) to resolve issue.
Closing ticket as resolved.