bitfocus / companion-module-grassvalley-amp

MIT License
0 stars 1 forks source link

Fix: Node12 Buffer Update #9

Closed thedist closed 3 years ago

thedist commented 3 years ago

Updated uses of the deprecated new Buffer() to the Node12 compliant functions Buffer.from() and Buffer.alloc().

Changes made following the guidelines of Variant 1 of the NodeJS Buffer constructor deprecation guide https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/