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'