observablehq / runtime

The reactive dataflow runtime that powers Observable Framework and Observable notebooks
https://observablehq.com/@observablehq/how-observable-runs
ISC License
1.01k stars 71 forks source link

handle stale generator #337

Closed mbostock closed 2 years ago

mbostock commented 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.

Fixes https://github.com/observablehq/feedback/issues/465.