You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing image causes failures because the `fs.close()` method
is used with a single filedescriptor argument. However, the callback
argument is mandatory before v15.9.0 and v14.17.0.
See https://nodejs.org/api/fs.html#fsclosefd-callback
0 commit comments