(capturedError)
| 11215 | // By default, return `true` to log errors to the console. |
| 11216 | // Forks can return `false` if this isn't desirable. |
| 11217 | function showErrorDialog(capturedError) { |
| 11218 | return true; |
| 11219 | } |
| 11220 | |
| 11221 | function logCapturedError(capturedError) { |
| 11222 | var logError = showErrorDialog(capturedError); |