Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
Buffer.from()
instead of new Buffer
The `Buffer` constructor is deprecated, we should use `Buffer.from()` instead. Refs: nodejs/node#19079
- Loading branch information