From f5ee92618741f198fc69f7c29b25137d5c7d4976 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 12 Dec 2024 10:02:21 -1000 Subject: [PATCH] ;tools: just: document watchexec workaround; drop --timings --- Justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 5fb5c6b13..e55f0a1b2 100644 --- a/Justfile +++ b/Justfile @@ -54,7 +54,8 @@ set export := true # and/or: -q --bell --stop-timeout=1 -WATCHEXEC := 'watchexec --wrap-process=session --timings' +# The --wrap-process change is needed for watchexec 2.1.2 on mac, https://github.com/watchexec/watchexec/issues/864 +WATCHEXEC := 'watchexec --wrap-process=session' # grep-like rg #RG_ := 'rg --sort=path --no-heading -i'