From 0a9aa08cd6dbe04bf47fcfd70e45477df0a28c77 Mon Sep 17 00:00:00 2001 From: Asyncnomi Date: Mon, 21 Jul 2025 03:17:39 +0200 Subject: [PATCH] imprv comment --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 60a2fba..91cc8fe 100644 --- a/shell.nix +++ b/shell.nix @@ -139,9 +139,9 @@ 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" + cat "$tmpdir/$node.log" fi unset 'pids[i]' unset 'nodes[i]'