Skip to content

Commit 3f02d35

Browse files
authored
Update saving and loading.jl: e is not defined (#3386)
1 parent c02a905 commit 3f02d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notebook/saving and loading.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ function _read_notebook_collected_cells!(@nospecialize(io::IO))
234234
# parse metadata
235235
metadata = try
236236
create_cell_metadata(TOML.parse(join(metadata_toml_lines, "\n")))
237-
catch
237+
catch e
238238
@error "Failed to parse embedded TOML content" cell_id exception=(e, catch_backtrace())
239239
DEFAULT_CELL_METADATA
240240
end

0 commit comments

Comments
 (0)