fix: Disable errors obfuscation (no-changelog) (#10617)
This commit is contained in:
@@ -112,7 +112,7 @@ export class ExecuteCommand implements INodeType {
|
||||
},
|
||||
});
|
||||
} catch (error) {
|
||||
if (this.continueOnFail(error)) {
|
||||
if (this.continueOnFail()) {
|
||||
returnItems.push({
|
||||
json: {
|
||||
error: error.message,
|
||||
|
||||
Reference in New Issue
Block a user