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
Ensure Node.js 10 and 12 can use file-based detection methods (#30)
The requirement to provide `fs.close` with a callback was optional in Node.js 8,
then mandatory in Node.js 10 and 12, then optional from Node.js 14 onwards.
The error was caught and swallowed so users should not have noticed this.
0 commit comments