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 4a67323 commit 259cf5eCopy full SHA for 259cf5e
src/API.jl
@@ -1536,7 +1536,7 @@ function add_snapshot_to_undo(env=nothing)
1536
UndoState()
1537
end
1538
# Is the current state the same as the previous one, do nothing
1539
- 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
1540
return
1541
1542
snapshot = UndoSnapshot(now(), env.project, env.manifest)
0 commit comments