electron-unhandled
Error catcher
Catches unhandled errors and promise rejections in Electron apps.
Catch unhandled errors and promise rejections in your Electron app
448 stars
7 watching
26 forks
Language: JavaScript
last commit: 6 months ago
Linked from 1 awesome list
electronelectron-module
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/electron-debug | Adds useful debug features to Electron apps | 750 |
sindresorhus/electron-dl | Automates file downloads in Electron applications by providing a single function to handle the process | 1,162 |
sindresorhus/hard-rejection | Makes unhandled promise rejections fail immediately with an error message instead of silently failing. | 107 |
sindresorhus/electron-util | Utilities and APIs for Electron apps and modules | 1,280 |
sindresorhus/electron-serve | A utility to serve static files in Electron apps | 438 |
sindresorhus/electron-reloader | An Electron module that provides simple auto-reloading functionality during development | 572 |
sindresorhus/electron-is-dev | Checks if an Electron app is running in development mode | 427 |
sindresorhus/run-electron | Simplifies running Electron applications by suppressing unnecessary output. | 197 |
sindresorhus/electron-context-menu | Provides an extensible and customizable context menu solution for Electron apps. | 1,392 |
sindresorhus/electron-timber | A logging utility for Electron apps that provides a unified log output and customizable logging behavior. | 404 |
sindresorhus/loud-rejection | Makes unhandled promise rejections fail loudly instead of silently. | 281 |
sindresorhus/p-catch-if | A utility function for handling conditional promise catches | 38 |
sindresorhus/exceptioncatcher | Wraps an Objective-C exception handler to enable catching exceptions in Swift | 133 |
sindresorhus/electron-better-ipc | An IPC module for Electron apps that simplifies communication between main and renderer processes. | 716 |
sindresorhus/p-some | Wait for a specified number of promises to be fulfilled | 36 |