style: biome format ws logging

This commit is contained in:
Peter Steinberger
2025-12-18 14:31:10 +01:00
parent d406d3a058
commit 856ce06fda
2 changed files with 10 additions and 7 deletions

View File

@@ -79,7 +79,9 @@ export function registerGatewayCli(program: Command) {
wsLogRaw !== "compact" &&
wsLogRaw !== "full"
) {
defaultRuntime.error('Invalid --ws-log (use "auto", "full", "compact")');
defaultRuntime.error(
'Invalid --ws-log (use "auto", "full", "compact")',
);
defaultRuntime.exit(1);
}
setGatewayWsLogStyle(wsLogStyle);