Long running process gets killed by this module
Open
- Dominant language
- JavaScript
- Stars
- 20
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
I have a long running process that watches files and runs scripts through `smokestack`, but the process gets killed soon after Chrome closes (https://github.com/hughsk/chrome-launch/blob/master/index.js#L50).
Would be nice for `chrome-launch` to not kill my node process. `firefox-launch` does not have this problem.
Contributor guide
No contributing guide indexed for this repository
Research direction
Read index.js around line 50 and compare the process-lifecycle behavior with firefox-launch. Reproduce the long-running smokestack case, then confirm that the Node process remains alive after Chrome closes without changing the launcher’s normal behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100