mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 00:53:28 +00:00
chore: Enable "curly" rule to avoid single-statement if confusion/errors.
This commit is contained in:
@@ -83,7 +83,9 @@ export async function doctorCommand(
|
||||
confirm: (p) => prompter.confirm(p),
|
||||
outro,
|
||||
});
|
||||
if (updateResult.handled) return;
|
||||
if (updateResult.handled) {
|
||||
return;
|
||||
}
|
||||
|
||||
await maybeRepairUiProtocolFreshness(runtime, prompter);
|
||||
noteSourceInstallIssues(root);
|
||||
|
||||
Reference in New Issue
Block a user