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 1a82539 commit 4ae524aCopy full SHA for 4ae524a
src/API.jl
@@ -1622,7 +1622,7 @@ function add_snapshot_to_undo(env=nothing)
1622
UndoState()
1623
end
1624
# Is the current state the same as the previous one, do nothing
1625
- if !isempty(state.entries) && env.project == env.original_project && env.manifest == env.original_manifest
+ if !isempty(state.entries) && env.project == env.original_project && env.manifest.deps == env.original_manifest.deps
1626
return
1627
1628
snapshot = UndoSnapshot(now(), env.project, env.manifest)
0 commit comments