rstudio / promises

A promise library for R
https://rstudio.github.io/promises
Other
197 stars 19 forks source link

Fix #86: future_promise spuriously reporting unhandled errors #90

Closed jcheng5 closed 1 year ago

jcheng5 commented 1 year ago

Fixes #86

This was because we were doing a finally() which creates a new promise, and not subsequently handling errors on that promise.