mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-23 20:30:03 +00:00
ffd2219200
Upstream spidermonkey supports JSNative error reporting by returning an explicit failure code. This provides a full stacktrace. Calling JS_ReportError, removed upstream, removes that stacktrace. Instead, we should simply LOGERROR. Based on a patch by: elexis Reviewed By: wraitii Differential Revision: https://code.wildfiregames.com/D2627 This was SVN commit r23773.