FormidableLabs / FormidableLabs/webpack-dashboard

Handle SIGQUIT

Open
#102 2 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.