(capturedError)
| 11157 | // By default, return `true` to log errors to the console. |
| 11158 | // Forks can return `false` if this isn't desirable. |
| 11159 | function showErrorDialog(capturedError) { |
| 11160 | return true; |
| 11161 | } |
| 11162 | |
| 11163 | function logCapturedError(capturedError) { |
| 11164 | var logError = showErrorDialog(capturedError); |