fix: Do not show parent state in continue
This commit is contained in:
parent
736e68639f
commit
8218d3f004
|
@ -200,7 +200,7 @@ def execute (command: Protocol.Command): MainM Lean.Json := do
|
|||
goalStates := state.goalStates.insert nextStateId nextGoalState,
|
||||
nextId := state.nextId + 1
|
||||
}
|
||||
let goals ← nextGoalState.serializeGoals (parent := .some target) (options := state.options)
|
||||
let goals ← nextGoalState.serializeGoals (parent := .none) (options := state.options)
|
||||
return .ok {
|
||||
nextStateId? := .some nextStateId,
|
||||
goals? := .some goals,
|
||||
|
|
Loading…
Reference in New Issue