fix: Disable errors obfuscation (no-changelog) (#10617)
This commit is contained in:
@@ -734,7 +734,7 @@ export class Egoi implements INodeType {
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
if (!this.continueOnFail(error)) {
|
||||
if (!this.continueOnFail()) {
|
||||
throw error;
|
||||
} else {
|
||||
// Return the actual reason as error
|
||||
|
||||
Reference in New Issue
Block a user