fix: Disable errors obfuscation (no-changelog) (#10617)
This commit is contained in:
@@ -538,7 +538,7 @@ export class GoogleChat implements INodeType {
|
||||
);
|
||||
returnData.push(...executionData);
|
||||
} catch (error) {
|
||||
if (this.continueOnFail(error)) {
|
||||
if (this.continueOnFail()) {
|
||||
// Return the actual reason as error
|
||||
if (operation === 'download') {
|
||||
items[i].json = { error: error.message };
|
||||
|
||||
Reference in New Issue
Block a user