fix: Disable errors obfuscation (no-changelog) (#10617)
This commit is contained in:
@@ -48,7 +48,7 @@ export async function execute(
|
||||
returnData.push(...executionData);
|
||||
} catch (error) {
|
||||
error = processAirtableError(error as NodeApiError, undefined, i);
|
||||
if (this.continueOnFail(error)) {
|
||||
if (this.continueOnFail()) {
|
||||
returnData.push({ json: { error: error.message } });
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user