We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d855e commit b7f30f4Copy full SHA for b7f30f4
nodejs/src/stmt/wsStmt2.ts
@@ -66,7 +66,7 @@ export class WsStmt2 implements WsStmt {
66
const wsStmt = new WsStmt2(wsClient, precision);
67
return await wsStmt.init(reqId);
68
} catch (e: any) {
69
- logger.error(`stmt2 init failed, ${e.code}, ${e.message}`);
+ logger.error(`WsStmt2 init failed, ${e.code}, ${e.message}`);
70
throw e;
71
}
72
0 commit comments