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 dfd1099 commit acc5f90Copy full SHA for acc5f90
src/API.jl
@@ -1629,7 +1629,7 @@ function add_snapshot_to_undo(env=nothing)
1629
UndoState()
1630
end
1631
# Is the current state the same as the previous one, do nothing
1632
- 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
1633
return
1634
1635
snapshot = UndoSnapshot(now(), env.project, env.manifest)
0 commit comments