DEP0162:fs.write()、fs.writeFileSync() 强制转换为字符串
🌐 DEP0162: fs.write(), fs.writeFileSync() coercion to string
类型:寿命终止
🌐 Type: End-of-Life
将具有自身 toString 属性的对象作为 fs.write()、fs.writeFile()、fs.appendFile()、fs.writeFileSync() 和 fs.appendFileSync() 的第二个参数隐式强制转换已被弃用。请将它们转换为原始字符串。
🌐 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.