mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Disable errors obfuscation (no-changelog) (#10617)
This commit is contained in:
@@ -438,7 +438,7 @@ export class HomeAssistant implements INodeType {
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
if (this.continueOnFail(error)) {
|
||||
if (this.continueOnFail()) {
|
||||
if (resource === 'cameraProxy' && operation === 'get') {
|
||||
items[i].json = { error: error.message };
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user