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
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
fs.exists is the only function in all of node that has a callback that isn't in the errback form (a callback that takes an error as its first parameter). This wastes about 10 minutes of my time every time i forget about it. Please change this to be consistent with the rest of the node ecosystem.
fs.existsis the only function in all of node that has a callback that isn't in the errback form (a callback that takes an error as its first parameter). This wastes about 10 minutes of my time every time i forget about it. Please change this to be consistent with the rest of the node ecosystem.