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
It is common in node.js callbacks that the first argument is an error, if there is any. Callbacks in this package receive data. This is really confusing.
On the other hand, how does one detect that there was an error when calling a command?
The text was updated successfully, but these errors were encountered:
It is common in node.js callbacks that the first argument is an error, if there is any. Callbacks in this package receive data. This is really confusing.
On the other hand, how does one detect that there was an error when calling a command?
The text was updated successfully, but these errors were encountered: