(capturedError)
| 11116 | // By default, return `true` to log errors to the console. |
| 11117 | // Forks can return `false` if this isn't desirable. |
| 11118 | function showErrorDialog(capturedError) { |
| 11119 | return true; |
| 11120 | } |
| 11121 | |
| 11122 | function logCapturedError(capturedError) { |
| 11123 | var logError = showErrorDialog(capturedError); |