hedgequantx 1.2.80 → 1.2.81
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/pages/algo.js +1 -1
package/package.json
CHANGED
package/src/pages/algo.js
CHANGED
|
@@ -526,7 +526,7 @@ const launchAlgo = async (service, account, contract, numContracts, dailyTarget,
|
|
|
526
526
|
// Activity log header with spinner and centered date
|
|
527
527
|
spinnerFrame = (spinnerFrame + 1) % spinnerChars.length;
|
|
528
528
|
const spinnerChar = spinnerChars[spinnerFrame];
|
|
529
|
-
const actLeft = ` Activity Log ${chalk.
|
|
529
|
+
const actLeft = ` Activity Log ${chalk.yellow(spinnerChar)}`;
|
|
530
530
|
const actLeftPlain = ` Activity Log ${spinnerChar}`;
|
|
531
531
|
const actRight = 'Press X to stop ';
|
|
532
532
|
const dateCentered = `- ${dateStr} -`;
|