We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3d7a7 commit a4a9681Copy full SHA for a4a9681
packages/cubejs-jdbc-driver/src/JDBCDriver.ts
@@ -151,7 +151,7 @@ export class JDBCDriver extends BaseDriver {
151
152
this.pool = genericPool.createPool({
153
create: async () => {
154
- console.log("before await this.getCustomClassPath()");
+ console.log("before await this.getCustomClassPath()", new Error().stack);
155
const ccp = await this.getCustomClassPath();
156
console.log("before await initMvn(ccp)");
157
await initMvn(ccp);
0 commit comments