hedgequantx 1.2.39 → 1.2.40
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
|
@@ -467,7 +467,7 @@ const mainMenu = async () => {
|
|
|
467
467
|
// Connection menu box
|
|
468
468
|
console.log(chalk.cyan('╔' + '═'.repeat(innerWidth) + '╗'));
|
|
469
469
|
console.log(chalk.cyan('║') + chalk.white.bold(centerText('SELECT PLATFORM', innerWidth)) + chalk.cyan('║'));
|
|
470
|
-
console.log(chalk.cyan('
|
|
470
|
+
console.log(chalk.cyan('╠' + '═'.repeat(innerWidth) + '╣'));
|
|
471
471
|
|
|
472
472
|
// Menu row helper (2 columns)
|
|
473
473
|
const menuRow = (left, right) => {
|