n8n-workflow
Advanced tools
Comparing version 0.46.0 to 0.47.0
@@ -447,8 +447,10 @@ "use strict"; | ||
let connectionInputData = []; | ||
if (inputData.hasOwnProperty('main') && inputData.main.length > 0) { | ||
connectionInputData = inputData.main[0]; | ||
if (nodeType.execute || nodeType.executeSingle) { | ||
if (inputData.hasOwnProperty('main') && inputData.main.length > 0) { | ||
connectionInputData = inputData.main[0]; | ||
} | ||
if (connectionInputData.length === 0) { | ||
return undefined; | ||
} | ||
} | ||
if (connectionInputData.length === 0) { | ||
return undefined; | ||
} | ||
if (runExecutionData.resultData.lastNodeExecuted === node.name && runExecutionData.resultData.error !== undefined) { | ||
@@ -455,0 +457,0 @@ const error = new Error(runExecutionData.resultData.error.message); |
{ | ||
"name": "n8n-workflow", | ||
"version": "0.46.0", | ||
"version": "0.47.0", | ||
"description": "Workflow base code of n8n", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md", |
Sorry, the diff of this file is not supported yet
419918
6681