@yorha2b-lab/autodev 2.1.10 → 2.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/utils/utils.js +1 -1
package/package.json
CHANGED
package/src/utils/utils.js
CHANGED
|
@@ -114,7 +114,7 @@ const matrixEffect = async (duration = 1500) => {
|
|
|
114
114
|
]
|
|
115
115
|
|
|
116
116
|
const endTime = Date.now() + duration
|
|
117
|
-
const isLegendary = currentTotal >=
|
|
117
|
+
const isLegendary = currentTotal >= 3000
|
|
118
118
|
const width = process.stdout.columns || 80
|
|
119
119
|
|
|
120
120
|
if (isLegendary) {
|