chore: remove stray markPersistent (#5056)
It is conditionally applied a few lines below
This commit is contained in:
parent
4d4d485c19
commit
0ecbcfdcc3
1 changed files with 1 additions and 1 deletions
|
|
@ -597,7 +597,7 @@ where
|
|||
-- definitely resolve eventually
|
||||
snap.new.resolve <| .ofTyped { diagnostics := .empty : SnapshotLeaf }
|
||||
|
||||
let mut infoTree := Runtime.markPersistent cmdState.infoState.trees[0]!
|
||||
let mut infoTree := cmdState.infoState.trees[0]!
|
||||
let cmdline := internal.cmdlineSnapshots.get scope.opts && !Parser.isTerminalCommand stx
|
||||
if cmdline then
|
||||
infoTree := Runtime.markPersistent infoTree
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue