fs.closeSync(fd)


同步的 close(2)。 返回 undefined

通过任何其他 fs 操作对当前正在使用的任何文件描述符 (fd) 调用 fs.closeSync(),则可能会导致未定义的行为。

Synchronous close(2). Returns undefined.

Calling fs.closeSync() on any file descriptor (fd) that is currently in use through any other fs operation may lead to undefined behavior.