Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: refactor test-child-process-env to use arrow functions
In `test/parallel/test-child-process-env.js`, callbacks use anonymous closure functions. It is safe to replace them with arrow functions since these callbacks don't contain references to `this`, `super` or `arguments`. This results in shorter functions.
- Loading branch information