You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* (fix): don't mutate process.argv with arr.splice
- 1.7.1 introduced some arr.splice's into the code, which caused
mutations in process.argv, affecting downstream code
- set arr to a clone of process.argv instead so it can be freely
mutated after
- explicitly call the parameter processArgv so code is written more
carefully when dealing with it
- add a test to ensure process.argv is not mutated
* chore: truncate
* chore: add & improve tests
Co-authored-by: Luke Edwards <[email protected]>
0 commit comments