We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d1c3c commit 6f13d7dCopy full SHA for 6f13d7d
packages/wizard/src/run-wizard.ts
@@ -429,7 +429,7 @@ export const runWizard = async () => {
429
if (features.includes("autoReset")) {
430
const autoResetTimeWindowMs = await text({
431
message:
432
- "What is the auto reset time window (in seconds)?\n If expected profit is negative for x seconds then reset",
+ "What is the auto reset time window (in seconds)?\n· If expected profit is negative for x seconds then reset",
433
initialValue: "60",
434
validate: (value) => {
435
if (value.length === 0) return "Please enter a auto reset time window";
0 commit comments