mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 09:30:44 +00:00
style: format repository
This commit is contained in:
@@ -148,8 +148,7 @@ export function shouldLogSubsystemToConsole(subsystem?: string | null): boolean
|
||||
return false;
|
||||
}
|
||||
return filter.some(
|
||||
(prefix) =>
|
||||
normalizedSubsystem === prefix || normalizedSubsystem.startsWith(`${prefix}/`),
|
||||
(prefix) => normalizedSubsystem === prefix || normalizedSubsystem.startsWith(`${prefix}/`),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user