mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix(core): Fixes event msg confirmations if no subscribers present (#5118)
* adds ExecutionEvents view modal to ExecutionList * fix time rendering and remove wf column * checks for unfinished executions and fails them * prevent re-setting stoppedAt for execution * removing UI changes but keeping eventbus fixes * remove comment
This commit is contained in:
committed by
GitHub
parent
044b153275
commit
62d06b1e6e
17
.vscode/launch.json
vendored
17
.vscode/launch.json
vendored
@@ -35,6 +35,23 @@
|
||||
"outputCapture": "std",
|
||||
"killBehavior": "polite"
|
||||
},
|
||||
{
|
||||
"name": "Launch n8n CLI dev with debug",
|
||||
"runtimeExecutable": "pnpm",
|
||||
"cwd": "${workspaceFolder}/packages/cli",
|
||||
"runtimeArgs": ["run", "dev", "--", "--inspect-brk"],
|
||||
"console": "integratedTerminal",
|
||||
"restart": true,
|
||||
"autoAttachChildProcesses": true,
|
||||
"request": "launch",
|
||||
"skipFiles": ["<node_internals>/**"],
|
||||
"type": "node",
|
||||
"env": {
|
||||
// "N8N_PORT": "5679",
|
||||
},
|
||||
"outputCapture": "std",
|
||||
"killBehavior": "polite"
|
||||
},
|
||||
{
|
||||
"name": "Debug CLI tests",
|
||||
"cwd": "${workspaceFolder}/packages/cli",
|
||||
|
||||
Reference in New Issue
Block a user