imprv comment

This commit is contained in:
asyncnomi 2025-07-21 03:17:39 +02:00
parent 67b030fd8f
commit 0a9aa08cd6

View file

@ -139,9 +139,9 @@ pkgs.mkShell {
local node=${"\${nodes[i]}"} local node=${"\${nodes[i]}"}
if ! kill -0 "$pid" 2>/dev/null; then if ! kill -0 "$pid" 2>/dev/null; then
# Process finished, display its output # Output is only displayed when the process end
if [ -f "$tmpdir/$node.log" ]; then if [ -f "$tmpdir/$node.log" ]; then
cat "$tmpdir/$node.log" cat "$tmpdir/$node.log"
fi fi
unset 'pids[i]' unset 'pids[i]'
unset 'nodes[i]' unset 'nodes[i]'