fix: Disable errors obfuscation (no-changelog) (#10617)
This commit is contained in:
@@ -132,7 +132,7 @@ export class UrlScanIo implements INodeType {
|
||||
? returnData.push(...(responseData as IDataObject[]))
|
||||
: returnData.push(responseData as IDataObject);
|
||||
} catch (error) {
|
||||
if (this.continueOnFail(error)) {
|
||||
if (this.continueOnFail()) {
|
||||
returnData.push({ error: error.message });
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user