kreta99 / QS-Custom-Forms

GNU General Public License v3.0
9 stars 3 forks source link

Buffer() #5

Closed keinou closed 5 years ago

keinou commented 5 years ago

node : (node:7204) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

keinou commented 5 years ago

Line 61, 62, 63. "Buffer(" to "Buffer.from" Fix the problem.