Skip to content

Commit 1542800

Browse files
committed
Add spinner.stop()
1 parent af6a3df commit 1542800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/optimize/apply-optimization.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ export async function applyOptimization(
4848
spinner,
4949
})
5050
if (!result.ok) {
51+
spinner.stop()
5152
return result
5253
}
5354
}
5455

5556
spinner.stop()
56-
5757
return {
5858
ok: true,
5959
data: {

0 commit comments

Comments
 (0)