-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Might be better to add an explicit opt-out to swallow internal errors:
} catch (e){
if(this._config.errorSwallow){
this._logger("Swallowed internal error", e.message)
// Swallow the error, if this produce an error there is no need to error the function
return {
rows: []
}
} else {
throw e
}
}Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed