Skip to content

Commit

Permalink
fix: make .watchmanconfig a valid JSON file
Browse files Browse the repository at this point in the history
Fixes the same issue seen over in the Command-T repo:

    wincent/command-t@4d2569a

Current version of watchman doesn't like these to be zero-byte files,
instead requiring them to be valid JSON, otherwise it dies with:

    watchman::RootResolveError: failed to resolve root:
    unable to resolve root /home/wincent/code/wincent:
    failed to parse json from /home/wincent/code/wincent/.watchmanconfig:
    '[' or '{' expected near end of file
  • Loading branch information
wincent committed Jul 25, 2022
1 parent bfbf5f5 commit 036c29e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .watchmanconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit 036c29e

Please sign in to comment.