fix: Disable errors obfuscation (no-changelog) (#10617)
This commit is contained in:
@@ -325,7 +325,7 @@ export class MicrosoftOneDrive implements INodeType {
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
if (this.continueOnFail(error)) {
|
||||
if (this.continueOnFail()) {
|
||||
if (resource === 'file' && operation === 'download') {
|
||||
items[i].json = { error: error.message };
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user