hedgequantx 2.7.39 → 2.7.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/app.js +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hedgequantx",
3
- "version": "2.7.39",
3
+ "version": "2.7.40",
4
4
  "description": "HedgeQuantX - Prop Futures Trading CLI",
5
5
  "main": "src/app.js",
6
6
  "bin": {
package/src/app.js CHANGED
@@ -141,8 +141,10 @@ const banner = async (withLoading = false) => {
141
141
  const loadingPad = innerWidth - loadingText.length;
142
142
  console.log(chalk.cyan('╠' + '═'.repeat(innerWidth) + '╣'));
143
143
  console.log(chalk.cyan('║') + chalk.yellow(loadingText) + ' '.repeat(loadingPad) + chalk.cyan('║'));
144
- console.log(chalk.cyan('╚' + '═'.repeat(innerWidth) + '╝'));
145
144
  }
145
+
146
+ // ALWAYS close the banner
147
+ console.log(chalk.cyan('╚' + '═'.repeat(innerWidth) + '╝'));
146
148
  };
147
149
 
148
150
  const getFullLogo = () => [