This commit is contained in:
Benjamin Toby
2025-01-15 21:54:43 +01:00
parent e13a14ab5c
commit 967cbae93f
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -58,7 +58,7 @@ function runQuery(_a) {
try {
if (typeof query === "string") {
const formattedQuery = (0, trim_sql_1.default)(query);
if (debug) {
if (debug && local) {
console.log("runQuery:formattedQuery", formattedQuery);
}
/**
@@ -148,7 +148,7 @@ function runQuery(_a) {
component: "functions/backend/runQuery",
message: error.message,
});
if (debug) {
if (debug && local) {
console.log("runQuery:error", error.message);
}
result = null;