max-mapper / max-mapper/electron-spawn
exit from main process
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 195
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
If I spawn process x like here:
var x = spawn(args)
Next have I to call
x.kill()
when my main process (electron) is going to die (close all windows for example)?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue mentions spawning a process with spawn(args) and potentially calling x.kill() when the Electron main process exits. Start by tracing the package's process-spawning and shutdown entry points; completion requires a confirmed cleanup behavior or documented answer, but no files or tests are named here.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, javascript
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100