Updates
This commit is contained in:
parent
5819017a97
commit
dbc68e54c6
@ -59,7 +59,7 @@ values) {
|
||||
}
|
||||
catch (error) {
|
||||
console.log(`connDbHandler Error: ${error.message}`);
|
||||
console.log(conn === null || conn === void 0 ? void 0 : conn.config);
|
||||
console.log(conn === null || conn === void 0 ? void 0 : conn.config());
|
||||
return null;
|
||||
}
|
||||
finally {
|
||||
|
@ -56,7 +56,7 @@ export default async function connDbHandler<ReturnType = any>(
|
||||
}
|
||||
} catch (error: any) {
|
||||
console.log(`connDbHandler Error: ${error.message}`);
|
||||
console.log(conn?.config);
|
||||
console.log(conn?.config());
|
||||
return null;
|
||||
} finally {
|
||||
conn?.end();
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@moduletrace/datasquirel",
|
||||
"version": "4.0.9",
|
||||
"version": "4.1.0",
|
||||
"description": "Cloud-based SQL data management tool",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
|
Loading…
Reference in New Issue
Block a user