hedgequantx 2.7.24 → 2.7.25
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
|
@@ -161,7 +161,7 @@ const getMobileLogo = () => [
|
|
|
161
161
|
const run = async () => {
|
|
162
162
|
try {
|
|
163
163
|
log.info('Starting HQX CLI');
|
|
164
|
-
await
|
|
164
|
+
await bannerClosed();
|
|
165
165
|
|
|
166
166
|
// Restore session
|
|
167
167
|
const spinner = ora({ text: 'Restoring session...', color: 'yellow' }).start();
|