Closed mbostock closed 2 years ago
Errors in this promise were unhandled, so we shouldn’t rethrow variable_stale here; we should instead simply return because the generator has been terminated due to it becoming stale.
variable_stale
return
Fixes https://github.com/observablehq/feedback/issues/465.
Errors in this promise were unhandled, so we shouldn’t rethrow
variable_stale
here; we should instead simplyreturn
because the generator has been terminated due to it becoming stale.Fixes https://github.com/observablehq/feedback/issues/465.