Closed jkrumbiegel closed 6 months ago
When a cell with expand: true has an error, we try to call iterate on that error which hides what's actually going on:
expand: true
iterate
MethodError: no method matching iterate(::UndefVarError)
You fixed this in https://github.com/PumasAI/QuartoNotebookRunner.jl/pull/119 @jkrumbiegel, right?
When a cell with
expand: true
has an error, we try to calliterate
on that error which hides what's actually going on: