DEP0081:使用文件描述符的 fs.truncate()


【DEP0081: fs.truncate() using a file descriptor】

类型:寿命终止

【Type: End-of-Life】

使用文件描述符的 fs.truncate()fs.truncateSync() 已被弃用。请使用 fs.ftruncate()fs.ftruncateSync() 来处理文件描述符。

提供了自动迁移(来源):

【An automated migration is available (source):】

npx codemod@latest @nodejs/fs-truncate-fd-deprecation