bug: NODE_EXTRA_CA_CERTS are not merged with current env
Open
Beginner friendly
- Dominant language
- JavaScript
- Stars
- 11
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
## What happens
Existing certs env flag is being overwritten by jambox.
## What you expect
Existing certs env value is maintained when using jambox.
## Notes
https://github.com/ballercat/jambox/blob/fbe07fb9e0b0f8f2e98b68f00e96ce76893ceb5a/src/record.mjs#L61
Contributor guide
Research direction
Start by reading src/record.mjs at the linked line to trace how NODE_EXTRA_CA_CERTS is handled. Verify the behavior with an existing environment value and confirm that using jambox preserves that value instead of overwriting it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 62/100