debugggin

This commit is contained in:
2026-03-05 11:50:33 +10:30
parent 5d19dafbe4
commit 710c53938d
+1
View File
@@ -55,6 +55,7 @@ async function DoImport(msg, url, node, maxRetries, baseBackoffMs) {
node.status({ fill: "green", shape: "dot", text: `#${msg.page}: ${msg.rows} Rows` }) node.status({ fill: "green", shape: "dot", text: `#${msg.page}: ${msg.rows} Rows` })
msg.payload = data; msg.payload = data;
console.log(msg);
return node.send([msg, null]); return node.send([msg, null]);
} catch (error) { } catch (error) {
node.status({ fill: "red", shape: "ring", text: error.message }) node.status({ fill: "red", shape: "ring", text: error.message })