fix: Disable errors obfuscation (no-changelog) (#10617)
This commit is contained in:
@@ -62,7 +62,7 @@ export async function router(this: IExecuteFunctions) {
|
||||
|
||||
returnData.push(...responseData);
|
||||
} catch (error) {
|
||||
if (this.continueOnFail(error)) {
|
||||
if (this.continueOnFail()) {
|
||||
const executionErrorData = this.helpers.constructExecutionMetaData(
|
||||
this.helpers.returnJsonArray({ error: error.message }),
|
||||
{ itemData: { item: i } },
|
||||
|
||||
Reference in New Issue
Block a user