This commit is contained in:
Tben 2023-07-08 07:38:59 +01:00
parent 57d001485a
commit fa745e0d84
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ async function query({ dbFullName, dbHost, dbPassword, dbUsername, query, values
/** /**
* Handle error and clean up * Handle error and clean up
*/ */
console.log("\x1b[31mDSQL Database Handler ERROR\x1b[0m =>", database, error.message); console.log("\x1b[31mDSQL Database Handler ERROR\x1b[0m =>", dbFullName, error.message);
/** /**
* Clean up * Clean up

View File

@ -1,6 +1,6 @@
{ {
"name": "datasquirel", "name": "datasquirel",
"version": "1.1.75", "version": "1.1.76",
"description": "Cloud-based SQL data management tool", "description": "Cloud-based SQL data management tool",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {