From 5be610f2dca71f5ebd8f7642d2ab2cadca3d14aa Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 23 Jun 2026 12:47:58 -0400 Subject: [PATCH] bin: Restart servers from watch-test --- bin/watch-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/watch-test b/bin/watch-test index d332511..c479a3e 100755 --- a/bin/watch-test +++ b/bin/watch-test @@ -14,6 +14,6 @@ echo 'Press Space or edit a file to run tests' # I specifically want the command to expand here. # # shellcheck disable=SC2068 -until fd . "${dir}" | entr -cdp ${cmd[@]}; do +until fd . "${dir}" | entr -cdpr ${cmd[@]}; do echo 'Press Space or edit a file to re-run tests' done