Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use destructured object on some functions (#1941)
Fixes NAN-675 In the process of migration to logs v2, I need to pass the new ctx to a lot of functions and because we use classic parameters everywhere it's a bit messy especially when there are some optional parameters too. I didn't modified everything to avoid a too large PR. - Use destructured object parameters where it would be painful to add a new param
- Loading branch information