Exquisite
Exquisite copied to clipboard
More verbosity on errors
Could we replace https://github.com/IagoLast/Exquisite/blob/06ad5fdc0a78e55263be28a1f82a13a9b96297cd/src/exquisite.js#L60
by throw Error(JSON.stringify(err));
to have extra verbosity on errors?
@IagoLast