fix(editor): Cannot expand sub execution log if it finished with an error (#16236)

Co-authored-by: Csaba Tuncsik <csaba.tuncsik@gmail.com>
This commit is contained in:
Suguru Inoue
2025-06-16 12:09:45 +02:00
committed by GitHub
parent 701816aae1
commit 3fcabd40b3
6 changed files with 77 additions and 22 deletions

View File

@@ -31,7 +31,6 @@
"@codemirror/view": "^6.26.3",
"@dagrejs/dagre": "^1.1.4",
"@lezer/common": "1.1.0",
"@n8n/rest-api-client": "workspace:*",
"@n8n/api-types": "workspace:*",
"@n8n/chat": "workspace:*",
"@n8n/codemirror-lang": "workspace:*",
@@ -41,6 +40,7 @@
"@n8n/design-system": "workspace:*",
"@n8n/i18n": "workspace:*",
"@n8n/permissions": "workspace:*",
"@n8n/rest-api-client": "workspace:*",
"@n8n/stores": "workspace:*",
"@n8n/utils": "workspace:*",
"@replit/codemirror-indentation-markers": "^6.5.3",