Closed matthewp closed 7 years ago
Instead of rethrowing in a promise rejection, which forces the rejection into an Error object, simply return a new Promise.reject(val).
Closes #92
Instead of rethrowing in a promise rejection, which forces the rejection into an Error object, simply return a new Promise.reject(val).
Closes #92