fix: remove stray brace in config log

This commit is contained in:
Mavis
2026-06-02 23:22:29 +00:00
parent c4b631c4c4
commit 7c46bc0408
+1 -1
View File
@@ -49,7 +49,7 @@ function err(msg: string): void {
const BUILD_TAG = 'v2-debug';
async function main(): Promise<void> {
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.