mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Change same-process-execution setting to make it future proof
This commit is contained in:
@@ -478,8 +478,6 @@ export class WorkflowExecute {
|
||||
|
||||
onCancel.shouldReject = false;
|
||||
onCancel(() => {
|
||||
console.log('got cancellled');
|
||||
|
||||
gotCancel = true;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user