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 d1bc137 commit 2f45478Copy full SHA for 2f45478
packages/cubejs-jdbc-driver/src/JDBCDriver.ts
@@ -44,6 +44,9 @@ const initMvn = (customClassPath: any) => {
44
};
45
console.log('mvnPromise options', options);
46
mvn(options, (err: any, mvnResults: any) => {
47
+ console.log('mvnPromise callback err', err);
48
+ console.log('mvnPromise callback mvnResults', mvnResults);
49
+
50
if (err && !err.message.includes('Could not find java property')) {
51
reject(err);
52
} else {
0 commit comments