From 1af6e9c51cd08464894d310123b19ca5073498e8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 6 Dec 2024 07:03:45 -1000 Subject: [PATCH] ;tools: just: work around watchexec bug on mac --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 6634635ea..f6981fdd8 100644 --- a/Justfile +++ b/Justfile @@ -54,7 +54,7 @@ set export := true # and/or: -q --bell --stop-timeout=1 -WATCHEXEC := 'watchexec --timings' +WATCHEXEC := 'watchexec --wrap-process=session --timings' # grep-like rg #RG_ := 'rg --sort=path --no-heading -i'