hedgequantx 2.9.6 → 2.9.7
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/menus/dashboard.js +2 -2
package/package.json
CHANGED
package/src/menus/dashboard.js
CHANGED
|
@@ -243,9 +243,9 @@ const handleUpdate = async () => {
|
|
|
243
243
|
spinner.succeed(`UPDATED TO V${latestVersion}!`);
|
|
244
244
|
console.log(chalk.green('\n ✓ UPDATE SUCCESSFUL!'));
|
|
245
245
|
console.log(chalk.yellow('\n Please restart HQX to use the new version.'));
|
|
246
|
-
console.log(chalk.cyan(' Run: hqx'));
|
|
246
|
+
console.log(chalk.cyan(' Run: hqx\n'));
|
|
247
|
+
await prompts.waitForEnter('Press Enter to exit...');
|
|
247
248
|
console.log();
|
|
248
|
-
await prompts.waitForEnter();
|
|
249
249
|
process.exit(0);
|
|
250
250
|
|
|
251
251
|
} catch (error) {
|