mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 21:34:32 +00:00
chore: Enable "curly" rule to avoid single-statement if confusion/errors.
This commit is contained in:
@@ -18,7 +18,9 @@ export function logNonInteractiveOnboardingJson(params: {
|
||||
skipSkills?: boolean;
|
||||
skipHealth?: boolean;
|
||||
}) {
|
||||
if (!params.opts.json) return;
|
||||
if (!params.opts.json) {
|
||||
return;
|
||||
}
|
||||
params.runtime.log(
|
||||
JSON.stringify(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user