Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[async_hooks] improve property descriptors in als.bind
The length property should be non enumerable to match behavior of normal functions. The asyncResource property is enumerable and therefore it should be also writable to avoid issues like there: nodejs#30932 (comment) Both properties should be configurable. Refs: nodejs#34574
- Loading branch information