hedgequantx 1.8.1 → 1.8.2
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
|
@@ -188,7 +188,7 @@ const mainMenu = async () => {
|
|
|
188
188
|
const run = async () => {
|
|
189
189
|
try {
|
|
190
190
|
log.info('Starting HQX CLI');
|
|
191
|
-
await
|
|
191
|
+
await bannerClosed();
|
|
192
192
|
|
|
193
193
|
const spinner = ora({ text: 'Restoring session...', color: 'yellow' }).start();
|
|
194
194
|
const restored = await connections.restoreFromStorage();
|