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
|
@@ -1033,8 +1033,7 @@ const launchAlgo = async (service, account, contract, config) => {
|
|
|
1033
1033
|
// Summary
|
|
1034
1034
|
renderSessionSummary(stats, stopReason);
|
|
1035
1035
|
|
|
1036
|
-
|
|
1037
|
-
await new Promise(resolve => setTimeout(resolve, 3000));
|
|
1036
|
+
await prompts.waitForEnter();
|
|
1038
1037
|
};
|
|
1039
1038
|
|
|
1040
1039
|
module.exports = { oneAccountMenu };
|