Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIx "Buffer() is deprecated" warning from inspector proxy
Summary: Under Node 20, the use of `new Buffer(string)` is deprecated and logs a warning. This replaces it with the recommended `Buffer.from(string)`. Changelog: [General][Fixed] FIx "Buffer() is deprecated" warning from debugger proxy. Differential Revision: D55472025
- Loading branch information