Skip to content

Commit 3cdad2f

Browse files
committed
Fix ts nit
1 parent 1c139f2 commit 3cdad2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/optimize/update-lockfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export async function updateLockfile(
2626
__proto__: null,
2727
...options
2828
} as UpdateLockfileOptions
29-
const isSpinning = !!spinner?.isSpinning
29+
const isSpinning = !!spinner?.['isSpinning']
3030
if (!isSpinning) {
3131
spinner?.start()
3232
}

0 commit comments

Comments
 (0)