You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Tom Brandenburg
committed
fix: resolve shell script escaping and variable export issues
- Fix shell script over-escaping in code node generator for /bin/bash -c commands
- Preserve shell syntax like ${VAR:-default} in bash scripts
- Add export to set_var function for subshell variable access
- Fix circuit-breaker-template unbound variable by not escaping shell parameter expansion
- Improve debug logging to show export status
0 commit comments