mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-07-22 05:33:03 -04:00
install.func: move load_functions/catch_errors outside the stdin guard. The guard only prevents sourcing files from /dev path when running via stdin, but load_functions (which calls icons() setting CM) and catch_errors must always run. Previously they were inside the guard, so CM was never set when running via pct exec -> unbound variable crash. Terminal.tsx: add executionIdRef and include executionId in resize WS messages. Without it the handler can't find the active PTY execution, so pty.resize() and the screen-clear after resize were both silent no-ops.