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's often better to use an Error object to encapsulate your error, since it will give you more structured information about what went wrong. In particular, it will give you the stack-trace.
cb(newError('There was a problem...');
The text was updated successfully, but these errors were encountered:
Here: https://github.com/fac-u/autocompleter/blob/master/public/request.js#L13
It's often better to use an Error object to encapsulate your error, since it will give you more structured information about what went wrong. In particular, it will give you the stack-trace.
The text was updated successfully, but these errors were encountered: