;tools: just: work around watchexec bug on mac

This commit is contained in:
Simon Michael 2024-12-06 07:03:45 -10:00
parent f648903b37
commit 1af6e9c51c

View File

@ -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'