hedgequantx 2.7.52 → 2.7.53
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/app.js +1 -2
package/package.json
CHANGED
package/src/app.js
CHANGED
|
@@ -175,8 +175,7 @@ const run = async () => {
|
|
|
175
175
|
await refreshStats();
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
-
//
|
|
179
|
-
spinner.stop();
|
|
178
|
+
// Don't stop spinner - console.clear() in dashboardMenu will remove it visually
|
|
180
179
|
|
|
181
180
|
// Main loop
|
|
182
181
|
while (true) {
|