Created
March 5, 2024 15:18
-
-
Save squio/bd28928790685355bb509d6b74ac6547 to your computer and use it in GitHub Desktop.
Reset watchman
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# for issue https://stackoverflow.com/a/71779949/885397 | |
watchman watch-del-all | |
watchman shutdown-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment