(s, o, { logErrors: i = !0 } = {})
| 31607 | return Ye()(s, o) |
| 31608 | } |
| 31609 | function wrapWithTryCatch(s, o, { logErrors: i = !0 } = {}) { |
| 31610 | return 'function' != typeof s |
| 31611 | ? s |
| 31612 | : function (...a) { |
| 31613 | try { |
| 31614 | return s.call(this, ...a) |
| 31615 | } catch (s) { |
| 31616 | if (i) { |
| 31617 | const { uncaughtExceptionHandler: i } = o().getConfigs() |
| 31618 | 'function' == typeof i ? i(s) : console.error(s) |
| 31619 | } |
| 31620 | return null |
| 31621 | } |
| 31622 | } |
| 31623 | } |
| 31624 | var Tt = __webpack_require__(61160), |
| 31625 | Nt = __webpack_require__.n(Tt) |
| 31626 | const Mt = 'show_popup', |
no test coverage detected