(capturedError)
| 10446 | // By default, return `true` to log errors to the console. |
| 10447 | // Forks can return `false` if this isn't desirable. |
| 10448 | function showErrorDialog(capturedError) { |
| 10449 | return true; |
| 10450 | } |
| 10451 | |
| 10452 | function logCapturedError(capturedError) { |
| 10453 | var logError = showErrorDialog(capturedError); |