fix: deprecation warning on Windows
spawn-command-with-kill uses an outdated version of spawn-command which causes a deprecation warning to be printed when running scripts due to the latter's use of util._extend.
What:
Why:
How:
Checklist:
- [ ] Documentation N/A
- [ ] Tests N/A
- [x] Ready to be merged
- [ ] Added myself to contributors table
@sezna Did you get a chance to look at this? We run on many Windows machines and there's a glaring red warning every time a script is run, would be nice to have this fixed. I realize this package hasn't been updated in some years, but maybe this PR and #231 can be included in a patch release. I haven't encountered any other visible issues thus far.
It looks like the actions are hanging. I'll take a look at that and then get this PR in.
@sezna Were you able to figure out the issue? I see the project is still using Travis CI, I'm not sure if that still works, but it might be easier to switch to GitHub Actions.
Any update on this?