(capturedError)
| 10355 | // By default, return `true` to log errors to the console. |
| 10356 | // Forks can return `false` if this isn't desirable. |
| 10357 | function showErrorDialog(capturedError) { |
| 10358 | return true; |
| 10359 | } |
| 10360 | |
| 10361 | function logCapturedError(capturedError) { |
| 10362 | var logError = showErrorDialog(capturedError); |