hedgequantx 2.6.55 → 2.6.56

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hedgequantx",
3
- "version": "2.6.55",
3
+ "version": "2.6.56",
4
4
  "description": "HedgeQuantX - Prop Futures Trading CLI",
5
5
  "main": "src/app.js",
6
6
  "bin": {
@@ -1033,8 +1033,7 @@ const launchAlgo = async (service, account, contract, config) => {
1033
1033
  // Summary
1034
1034
  renderSessionSummary(stats, stopReason);
1035
1035
 
1036
- console.log('\n RETURNING TO MENU IN 3 SECONDS...');
1037
- await new Promise(resolve => setTimeout(resolve, 3000));
1036
+ await prompts.waitForEnter();
1038
1037
  };
1039
1038
 
1040
1039
  module.exports = { oneAccountMenu };