From 7c46bc0408d295a9b9ddeb2024f0093b9cf11165 Mon Sep 17 00:00:00 2001 From: Mavis Date: Tue, 2 Jun 2026 23:22:29 +0000 Subject: [PATCH] fix: remove stray brace in config log --- apps/tools/ksp-bridge/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tools/ksp-bridge/src/index.ts b/apps/tools/ksp-bridge/src/index.ts index 86605c0..997bca6 100644 --- a/apps/tools/ksp-bridge/src/index.ts +++ b/apps/tools/ksp-bridge/src/index.ts @@ -49,7 +49,7 @@ function err(msg: string): void { const BUILD_TAG = 'v2-debug'; async function main(): Promise { - log(`config: api=${API_URL} host=${HOST}:${RPC_PORT} poll=${POLL_MS}ms} [${BUILD_TAG}]`); + log(`config: api=${API_URL} host=${HOST}:${RPC_PORT} poll=${POLL_MS}ms [${BUILD_TAG}]`); // First, try to connect to a real kRPC server. If it works, run // the real extract loop. If it fails, fall back to mock mode.