We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02a905 commit 3f02d35Copy full SHA for 3f02d35
src/notebook/saving and loading.jl
@@ -234,7 +234,7 @@ function _read_notebook_collected_cells!(@nospecialize(io::IO))
234
# parse metadata
235
metadata = try
236
create_cell_metadata(TOML.parse(join(metadata_toml_lines, "\n")))
237
- catch
+ catch e
238
@error "Failed to parse embedded TOML content" cell_id exception=(e, catch_backtrace())
239
DEFAULT_CELL_METADATA
240
end
0 commit comments