(capturedError)
| 10483 | // By default, return `true` to log errors to the console. |
| 10484 | // Forks can return `false` if this isn't desirable. |
| 10485 | function showErrorDialog(capturedError) { |
| 10486 | return true; |
| 10487 | } |
| 10488 | |
| 10489 | function logCapturedError(capturedError) { |
| 10490 | var logError = showErrorDialog(capturedError); |