We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c139f2 commit 3cdad2fCopy full SHA for 3cdad2f
src/commands/optimize/update-lockfile.ts
@@ -26,7 +26,7 @@ export async function updateLockfile(
26
__proto__: null,
27
...options
28
} as UpdateLockfileOptions
29
- const isSpinning = !!spinner?.isSpinning
+ const isSpinning = !!spinner?.['isSpinning']
30
if (!isSpinning) {
31
spinner?.start()
32
}
0 commit comments