fix(gsd): satisfy extension typecheck for interrupted recovery
Remove a dead running-state comparison after the early return in startAuto so extension typechecking passes alongside the interrupted-session regressions.
This commit is contained in:
parent
11e126a1a6
commit
3bb3ca8020
1 changed files with 1 additions and 1 deletions
|
|
@ -988,7 +988,7 @@ export async function startAuto(
|
|||
}
|
||||
|
||||
|
||||
if (freshStartAssessment.classification !== "running" && freshStartAssessment.lock) {
|
||||
if (freshStartAssessment.lock) {
|
||||
clearLock(base);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue