DEP0162:fs.write(), fs.writeFileSync() 强制转换为字符串
¥DEP0162: fs.write()
, fs.writeFileSync()
coercion to string
类型:生命结束
¥Type: End-of-Life
不推荐使用 fs.write()
、fs.writeFile()
、fs.appendFile()
、fs.writeFileSync()
和 fs.appendFileSync()
中作为第二个参数传递的具有自己的 toString
属性的对象的隐式强制转换。将它们转换为原始字符串。
¥Implicit coercion of objects with own toString
property, passed as second
parameter in fs.write()
, fs.writeFile()
, fs.appendFile()
,
fs.writeFileSync()
, and fs.appendFileSync()
is deprecated.
Convert them to primitive strings.