fix: Disable errors obfuscation (no-changelog) (#10617)
This commit is contained in:
@@ -73,7 +73,7 @@ export async function router(this: IExecuteFunctions): Promise<INodeExecutionDat
|
||||
operationResult = operationResult.concat(results);
|
||||
}
|
||||
} catch (error) {
|
||||
if (this.continueOnFail(error)) {
|
||||
if (this.continueOnFail()) {
|
||||
operationResult.push({ json: this.getInputData(0)[0].json, error });
|
||||
} else {
|
||||
throw error;
|
||||
|
||||
Reference in New Issue
Block a user