fix: Disable errors obfuscation (no-changelog) (#10617)
This commit is contained in:
@@ -451,7 +451,7 @@ export class AwsElb implements INodeType {
|
||||
),
|
||||
);
|
||||
} catch (error) {
|
||||
if (this.continueOnFail(error)) {
|
||||
if (this.continueOnFail()) {
|
||||
returnData.push({ error: (error as JsonObject).toString() });
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user