DEP0081:使用文件描述符的 fs.truncate()
【DEP0081: fs.truncate() using a file descriptor】
类型:运行时
【Type: Runtime】
使用文件描述符的 fs.truncate() 和 fs.truncateSync() 已被弃用。请使用 fs.ftruncate() 或 fs.ftruncateSync() 来处理文件描述符。
【DEP0081: fs.truncate() using a file descriptor】
类型:运行时
【Type: Runtime】
使用文件描述符的 fs.truncate() 和 fs.truncateSync() 已被弃用。请使用 fs.ftruncate() 或 fs.ftruncateSync() 来处理文件描述符。