mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Always retain original errors in the error chain on NodeOperationError (#4951)
This commit is contained in:
committed by
GitHub
parent
323bd78067
commit
231257d081
@@ -104,7 +104,7 @@ export namespace SendInBlueNode {
|
||||
|
||||
return requestOptions;
|
||||
} catch (err) {
|
||||
throw new NodeOperationError(this.getNode(), `${err}`);
|
||||
throw new NodeOperationError(this.getNode(), err);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user