(capturedError)
| 11260 | // By default, return `true` to log errors to the console. |
| 11261 | // Forks can return `false` if this isn't desirable. |
| 11262 | function showErrorDialog(capturedError) { |
| 11263 | return true; |
| 11264 | } |
| 11265 | |
| 11266 | function logCapturedError(capturedError) { |
| 11267 | var logError = showErrorDialog(capturedError); |