Latest version of watch (4.0.5) has the precise parameter defaulting to on for Arm MacOS systems #5886
Unanswered
zestysoft
asked this question in
Everyday usage
Replies: 1 comment 2 replies
-
Going by the title of your issue:
I'm unable to replicate. With the following script:
and this invocation on an M2 MacBook Air:
the timestamps on the script's output clearly indicate a pause of 2 seconds (the default) between invocations, while:
outputs timestamps that indicate an immediate re-invocation after exit. Both of these observations are consistent with precise mode not being active. Your description also doesn't indicate exactly what you're seeing for either |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
When using watch the output I normally only see when using '-p' is on by default now.
Reverting to 4.0.4 restores default behavior.
Beta Was this translation helpful? Give feedback.
All reactions