Bug #2378
page.err(err) doesn't display error if it comes from catch (api v1 duktape)
Status: | Fixed | Start date: | 11/17/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | API | |||
Target version: | 4.8 | |||
Found in version: | 4.7.496 | Platform: | Linux |
Description
try { var doc = showtime.JSONDecode(showtime.httpReq('https://api.dropbox.com/1/metadata/dropbox/?access_token=7FQGw39mXvAAAAAAAAAEF4eOz5bsW9r1ClL0WjNGBOTnO9SrBO9Bg-VDGatR6WnJ'); } catch(err) { page.error(err); return; }
Works properly on spidermonkey.
Associated revisions
ecamscript/page: Make sure page.error() converts message to a string
Fixes #2378
History
#1
Updated by Andreas Smas over 6 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset git|8c793875fe440336173721d2a5283ba28a315837.