Skip to content

Commit

Permalink
🙊 Fix!
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Apr 2, 2020
1 parent 0796b0a commit 5c325b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "Pluto"
uuid = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
license = "MIT"
authors = ["Fons van der Plas <[email protected]>", "MikoÅ‚aj Bochenski <[email protected]>"]
version = "0.5.6"
version = "0.5.7"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand Down
1 change: 1 addition & 0 deletions src/react/Run.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function run_reactive!(notebook::Notebook, cells::Array{Cell, 1})
end
for (cell, error) in new_topology.errable
relay_reactivity_error!(cell, error)
putnotebookupdates!(notebook, clientupdate_cell_output(notebook, cell))
end

# delete new variables in case a cell errors (then the later cells show an UndefVarError)
Expand Down

2 comments on commit 5c325b9

@fonsp
Copy link
Owner Author

@fonsp fonsp commented on 5c325b9 Apr 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/12070

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.7 -m "<description of version>" 5c325b987671cc3782fa4fb6ca81ab681e056f1d
git push origin v0.5.7

Please sign in to comment.