Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: replace anonymous closure functions with arrow functions
In `test/parallel/test-fs-truncate-fd.js`, callbacks use anonymous closure functions. It is safe to replace them with arrow functions since these callbacks don't alter their context (`this`). This results in shorter functions.
- Loading branch information