hedgequantx 2.7.97 → 2.7.98
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 -1
package/package.json
CHANGED
package/src/app.js
CHANGED
|
@@ -166,7 +166,7 @@ const run = async () => {
|
|
|
166
166
|
// First launch - show banner then try restore session
|
|
167
167
|
await banner();
|
|
168
168
|
|
|
169
|
-
const spinner = ora({ text: 'LOADING...', color: 'yellow' }).start();
|
|
169
|
+
const spinner = ora({ text: 'LOADING DASHBOARD...', color: 'yellow' }).start();
|
|
170
170
|
|
|
171
171
|
const restored = await connections.restoreFromStorage();
|
|
172
172
|
|