错误:
(node:92452) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `PicList --trace-deprecation ...` to show where the warning was created)
是不是需要把 new Buffer() 改成 Buffer.alloc() 或 Buffer.allocUnsafe() 或 Buffer.from() 啊
前置阅读 | Pre-reading
PicList的版本 | PicList Version
v2.9.3
系统信息 | System Information
Mac(arm64)
问题重现 | Bug reproduce
使用命令
验证
是不是需要把
new Buffer()
改成Buffer.alloc()
或Buffer.allocUnsafe()
或Buffer.from()
啊相关日志 | Logs
No response