FormidableLabs / FormidableLabs/webpack-dashboard
Handle SIGQUIT
Open
Bug
- Dominant language
- JavaScript
- Stars
- 14k
- Forks
- 372
- PR merge metrics
- No merged PRs in 30d
Description
For some reason the process doesn't quit with `Ctrl + \` but does with `Ctrl + c`.
```
SIGQUIT is the dump core signal. The terminal sends it to the foreground process when the user presses ctrl-\. The default behavior is to terminate the process and dump core, but it can be caught or ignored. The intention is to provide a mechanism for the user to abort the process.
```
Contributor guide
Assessment
This issue has not been assessed yet.