dify/api/core/workflow/nodes/command
Harry 0d33714f28 fix(command-node): enhance error message formatting in command execution
- Improved error message handling by assigning the stderr output to a variable for better readability.
- Ensured consistent error reporting when a command fails, maintaining clarity in the output.
2026-01-08 11:14:37 +08:00
..
__init__.py feat: add Command node support 2026-01-06 19:30:38 +08:00
entities.py feat: add Command node support 2026-01-06 19:30:38 +08:00
exc.py feat: add Command node support 2026-01-06 19:30:38 +08:00
node.py fix(command-node): enhance error message formatting in command execution 2026-01-08 11:14:37 +08:00