-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
In sql L96
debug('There was an error with the request %s', body.error);
There are cases where we are trying to make a request without internet service and the body message does not have a key error and so it throws a hard error and crashes the node program running. Bter to do a if (body && body.error) to keep this from happening.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels