Skip to content

Commit a4a9681

Browse files
committed
[DO NOT MERGE] more debug from JDBC
1 parent 1f3d7a7 commit a4a9681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-jdbc-driver/src/JDBCDriver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export class JDBCDriver extends BaseDriver {
151151

152152
this.pool = genericPool.createPool({
153153
create: async () => {
154-
console.log("before await this.getCustomClassPath()");
154+
console.log("before await this.getCustomClassPath()", new Error().stack);
155155
const ccp = await this.getCustomClassPath();
156156
console.log("before await initMvn(ccp)");
157157
await initMvn(ccp);

0 commit comments

Comments
 (0)