Skip to content

Commit a4d84f2

Browse files
committed
Spinner start nit
1 parent a589557 commit a4d84f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/fix/agent-fix.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,14 +437,14 @@ export async function agentFix(
437437
continue infosLoop
438438
}
439439

440+
spinner?.start()
441+
440442
if (!hasAnnouncedWorkspace) {
441443
hasAnnouncedWorkspace = true
442444
workspaceLogCallCount = logger.logCallCount
443445
}
444446

445447
const newId = `${name}@${applyRange(refRange, newVersion, rangeStyle)}`
446-
447-
spinner?.start()
448448
spinner?.info(`Installing ${newId} in ${workspace}.`)
449449

450450
let error

0 commit comments

Comments
 (0)