fix: remove stray brace in config log
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user