mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 01:02:03 +03:00
style: format after gate
This commit is contained in:
+1
-2
@@ -275,8 +275,7 @@ export function shouldLogSubsystemToConsole(subsystem: string): boolean {
|
||||
return true;
|
||||
}
|
||||
return consoleSubsystemFilter.some(
|
||||
(prefix) =>
|
||||
subsystem === prefix || subsystem.startsWith(`${prefix}/`),
|
||||
(prefix) => subsystem === prefix || subsystem.startsWith(`${prefix}/`),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user