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 b90f7ba commit 013940fCopy full SHA for 013940f
src/index.js
@@ -321,7 +321,8 @@ async function main() {
321
console.log(`\t---> ${recordCount} rows were selected `);
322
} catch (error) {
323
console.log(`----------------------------------[ERROR]--------------------------------------\n`);
324
- console.log(`${sql}`);
+ console.log(error);
325
+ console.log(`\n\nSQL: ${sql}`);
326
console.log('\n-------------------------------------------------------------------------------');
327
}
328
0 commit comments