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