(capturedError)
| 11122 | // By default, return `true` to log errors to the console. |
| 11123 | // Forks can return `false` if this isn't desirable. |
| 11124 | function showErrorDialog(capturedError) { |
| 11125 | return true; |
| 11126 | } |
| 11127 | |
| 11128 | function logCapturedError(capturedError) { |
| 11129 | var logError = showErrorDialog(capturedError); |