mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 21:28:26 +00:00
chore: Enable "curly" rule to avoid single-statement if confusion/errors.
This commit is contained in:
@@ -406,7 +406,9 @@ export async function runConfigureWizard(
|
||||
|
||||
while (true) {
|
||||
const choice = await promptConfigureSection(runtime, ranSection);
|
||||
if (choice === "__continue") break;
|
||||
if (choice === "__continue") {
|
||||
break;
|
||||
}
|
||||
ranSection = true;
|
||||
|
||||
if (choice === "workspace") {
|
||||
|
||||
Reference in New Issue
Block a user