(capturedError)
| 11373 | // By default, return `true` to log errors to the console. |
| 11374 | // Forks can return `false` if this isn't desirable. |
| 11375 | function showErrorDialog(capturedError) { |
| 11376 | return true; |
| 11377 | } |
| 11378 | |
| 11379 | function logCapturedError(capturedError) { |
| 11380 | var logError = showErrorDialog(capturedError); |