imprv comment

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

View file

@ -139,7 +139,7 @@ pkgs.mkShell {
local node=${"\${nodes[i]}"}
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
cat "$tmpdir/$node.log"
fi