(capturedError)
| 10995 | // By default, return `true` to log errors to the console. |
| 10996 | // Forks can return `false` if this isn't desirable. |
| 10997 | function showErrorDialog(capturedError) { |
| 10998 | return true; |
| 10999 | } |
| 11000 | |
| 11001 | function logCapturedError(capturedError) { |
| 11002 | var logError = showErrorDialog(capturedError); |